From e4613d3d336f8ffb6ec3e9700c8218df9b0e2834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:24:25 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.2.3 to 2.3.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.0. - [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.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 25445ab..e103adb 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -26,7 +26,7 @@ pyparsing==3.2.0 certifi==2024.12.14 # requests idna==3.10 # requests charset_normalizer==3.4.1 # requests -urllib3==2.2.3 # requests +urllib3==2.3.0 # requests requests==2.32.3 # pylti1p3 pyjwt==2.10.1 # pylti1p3 cffi==1.17.1 # cryptography