From 5de42d925d0e95a67f152a2fd79a261f23ef565c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Tue, 18 Jun 2024 10:40:38 +0200 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 in /tests/storage-compat/populate_db (#4489) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/storage-compat/populate_db/requirements-freeze.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage-compat/populate_db/requirements-freeze.txt b/tests/storage-compat/populate_db/requirements-freeze.txt index 0d1c593e73..1e1bf505c2 100644 --- a/tests/storage-compat/populate_db/requirements-freeze.txt +++ b/tests/storage-compat/populate_db/requirements-freeze.txt @@ -2,4 +2,4 @@ certifi==2023.11.17 charset-normalizer==3.3.2 idna==3.7 requests==2.32.0 -urllib3==2.2.1 \ No newline at end of file +urllib3==2.2.2 \ No newline at end of file