From 81ba0dfaa884e9db62917feb736e1a7ba863e957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:56:16 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c80b50f..11d5a04 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,3 @@ -backports-tarfile==1.2.0 - # via jaraco-context certifi==2025.4.26 # via requests cffi==1.17.1 @@ -20,10 +18,6 @@ id==1.5.0 # via twine idna==3.10 # via requests -importlib-metadata==8.7.0 - # via - # keyring - # twine jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 @@ -85,13 +79,9 @@ tox==3.23.1 # via -r dev-requirements.in twine==6.1.0 # via -r dev-requirements.in -typing-extensions==4.14.0 - # via rich -urllib3==2.5.0 +urllib3==2.6.0 # via # requests # twine virtualenv==20.31.2 # via tox -zipp==3.23.0 - # via importlib-metadata