From ce388e099bb2f233e9151814686310c3ea4cce97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:11: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-dev.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c6f533b..59b5897 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,12 +8,16 @@ build==1.2.2.post1 # via pip-tools certifi==2025.7.14 # via requests +cffi==2.0.0 + # via cryptography charset-normalizer==3.4.2 # via requests click==8.1.8 # via pip-tools coverage[toml]==7.9.2 # via pytest-cov +cryptography==46.0.3 + # via secretstorage idna==3.10 # via requests iniconfig==2.1.0 @@ -24,6 +28,10 @@ jaraco-context==6.0.1 # via keyring jaraco-functools==4.2.1 # via keyring +jeepney==0.9.0 + # via + # keyring + # secretstorage keyring==25.6.0 # via -r requirements-dev.in mock==5.2.0 @@ -36,12 +44,15 @@ packaging==25.0 # via # build # pytest + # wheel pip-tools==7.4.1 # via -r requirements-dev.in pluggy==1.6.0 # via # pytest # pytest-cov +pycparser==3.0 + # via cffi pygments==2.19.2 # via pytest pyproject-hooks==1.2.0 @@ -60,11 +71,13 @@ requests==2.32.4 # via responses responses==0.25.7 # via -r requirements-dev.in +secretstorage==3.5.0 + # via keyring urllib3==2.5.0 # via # requests # responses -wheel==0.45.1 +wheel==0.46.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: