From 507d6204fb4b717fbf066b7d6de6780070a72ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:38:05 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.2.3 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.6.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.3...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e68c6b..a7f995b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ build==1.2.2.post1 # via pip-tools certifi==2026.1.4 # via requests -cffi==1.17.1 +cffi==2.0.0 # via # cryptography # pynacl @@ -16,19 +16,15 @@ cryptography==46.0.5 # via pyjwt idna==3.11 # via requests -importlib-metadata==8.5.0 - # via build packaging==26.0 # via build -pip==25.0.1 - # via pip-tools pip-tools==7.5.2 # via -r requirements.in pycparser==2.23 # via cffi pygithub==2.8.1 # via -r requirements.in -pyjwt==2.9.0 +pyjwt[crypto]==2.9.0 # via pygithub pynacl==1.6.2 # via pygithub @@ -40,8 +36,6 @@ pyyaml==6.0.3 # via -r requirements.in requests==2.32.4 # via pygithub -setuptools==75.3.4 - # via pip-tools tomli==2.4.0 # via # build @@ -50,11 +44,9 @@ typing-extensions==4.13.2 # via # cryptography # pygithub -urllib3==2.2.3 +urllib3==2.6.3 # via # pygithub # requests wheel==0.45.1 # via pip-tools -zipp==3.20.2 - # via importlib-metadata