From ffee9523f99eff00eec48e306a2aa5d0af33d28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 10:37:59 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.4.0 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.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.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 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 c2af25b..6846adb 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -26,7 +26,7 @@ pyparsing==3.2.3 certifi==2025.6.15 # requests idna==3.10 # requests charset_normalizer==3.4.2 # requests -urllib3==2.4.0 # requests +urllib3==2.5.0 # requests requests==2.32.4 # pylti1p3 pyjwt==2.10.1 # pylti1p3 cffi==1.17.1 # cryptography