From d9fec98a5b8ca561c25e1dc9e27e37ec0a4f1f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:01:01 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.17 to 1.26.18 in /api/tests/unit Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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/1.26.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/tests/unit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/unit/requirements.txt b/api/tests/unit/requirements.txt index a6959c2..9ac5eb1 100644 --- a/api/tests/unit/requirements.txt +++ b/api/tests/unit/requirements.txt @@ -3,5 +3,5 @@ gql ; python_version >= '3.8' # Locking requests-toolbet and urllib3 to fix failing tests. # See https://stackoverflow.com/questions/76175487 requests-toolbelt==0.10.1 ; python_version >= '3.8' -urllib3==1.26.17 ; python_version >= '3.8' +urllib3==1.26.18 ; python_version >= '3.8' requests<3,>=2.26 ; python_version >= '3.8'