From be891df3f2947f3f345901f4a13375d37199974d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:35:18 +0000 Subject: [PATCH] chore(deps): bump wheel from 0.45.1 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.45.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e68c6b..981613e 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,17 @@ 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 + # via + # build + # wheel 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 +38,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 @@ -54,7 +50,5 @@ urllib3==2.2.3 # via # pygithub # requests -wheel==0.45.1 +wheel==0.46.2 # via pip-tools -zipp==3.20.2 - # via importlib-metadata