From 700bdfe6b5904175cfd5a0cb655f4d57c05a6b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 22:05:03 +0000 Subject: [PATCH] Bump wheel from 0.42.0 to 0.46.2 Bumps [wheel](https://github.com/pypa/wheel) from 0.42.0 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.42.0...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 20eb456..9bdec52 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -19,6 +19,8 @@ certifi==2023.11.17 # httpcore # httpx # requests +cffi==2.0.0 + # via cryptography cfgv==3.4.0 # via pre-commit chardet==5.2.0 @@ -31,6 +33,8 @@ coverage[toml]==7.4.0 # via # -r requirements_dev.in # pytest-cov +cryptography==45.0.7 + # via secretstorage distlib==0.3.8 # via virtualenv docker==7.0.0 @@ -78,6 +82,10 @@ iniconfig==2.0.0 # via pytest jaraco-classes==3.3.0 # via keyring +jeepney==0.9.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via # pytest-html @@ -102,13 +110,14 @@ nh3==0.2.15 # via readme-renderer nodeenv==1.8.0 # via pre-commit -packaging==23.2 +packaging==26.0 # via # docker # pyproject-api # pytest # sphinx # tox + # wheel pkginfo==1.9.6 # via twine platformdirs==4.1.0 @@ -124,6 +133,8 @@ pre-commit==3.6.0 # via -r requirements_dev.in pycodestyle==2.11.1 # via flake8 +pycparser==2.23 + # via cffi pyflakes==3.2.0 # via flake8 pygments==2.17.2 @@ -166,6 +177,8 @@ rfc3986==2.0.0 # via twine rich==13.7.0 # via twine +secretstorage==3.3.3 + # via keyring sniffio==1.3.0 # via # anyio @@ -219,7 +232,7 @@ virtualenv==20.25.0 # tox watchdog==3.0.0 # via -r requirements_dev.in -wheel==0.42.0 +wheel==0.46.2 # via -r requirements_dev.in yapf==0.40.2 # via -r requirements_dev.in