From ba93cb7a8e509d48701046bb2e42bbee775281dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:50:47 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.2.2 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 0765ac9..d77d447 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -26,7 +26,7 @@ pyparsing==3.1.4 certifi==2024.8.30 # requests idna==3.8 # requests charset_normalizer==3.3.2 # requests -urllib3==2.2.2 # requests +urllib3==2.2.3 # requests requests==2.32.3 # pylti1p3 pyjwt==2.9.0 # pylti1p3 cffi==1.17.1 # cryptography