From 290b9629edf2dbe6dc6eee8b8cc8f271c22d7f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:06:55 +0000 Subject: [PATCH] build(deps): bump wheel from 0.45.1 to 0.46.2 in /requirements 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: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 47 +++++++++++++++++++------------------- requirements/pip-tools.txt | 8 ++++--- requirements/pip.txt | 12 ++++++---- 3 files changed, 36 insertions(+), 31 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1ff43a5..44e0b15 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,6 +16,8 @@ cachetools==5.5.2 # via tox certifi==2025.1.31 # via requests +cffi==2.0.0 + # via cryptography chardet==5.2.0 # via # diff-cover @@ -33,24 +35,24 @@ code-annotations==2.3.0 # via edx-lint colorama==0.4.6 # via tox +cryptography==46.0.3 + # via secretstorage diff-cover==9.2.4 - # via -r requirements/dev.in + # via -r dev.in dill==0.4.0 # via pylint distlib==0.3.9 # via virtualenv django==4.2.20 # via - # -c requirements/common_constraints.txt + # -c common_constraints.txt # edx-i18n-tools docutils==0.21.2 # via readme-renderer edx-i18n-tools==1.8.0 - # via -r requirements/dev.in + # via -r dev.in edx-lint==5.6.0 - # via - # -r requirements/dev.in - # -r requirements/quality.in + # via -r dev.in filelock==3.18.0 # via # tox @@ -62,15 +64,17 @@ idna==3.10 importlib-metadata==8.6.1 # via keyring isort==6.0.1 - # via - # -r requirements/quality.in - # pylint + # via pylint jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 # via keyring jaraco-functools==4.1.0 # via keyring +jeepney==0.9.0 + # via + # keyring + # secretstorage jinja2==3.1.6 # via # code-annotations @@ -102,6 +106,7 @@ packaging==25.0 # pyproject-api # tox # twine + # wheel path==16.16.0 # via edx-i18n-tools pbr==6.1.1 @@ -117,10 +122,8 @@ pluggy==1.5.0 # tox polib==1.2.0 # via edx-i18n-tools -pycodestyle==2.13.0 - # via -r requirements/quality.in -pydocstyle==3.0.0 - # via -r requirements/quality.in +pycparser==3.0 + # via cffi pygments==2.19.1 # via # diff-cover @@ -161,12 +164,10 @@ rfc3986==2.0.0 # via twine rich==14.0.0 # via twine +secretstorage==3.5.0 + # via keyring six==1.17.0 - # via - # edx-lint - # pydocstyle -snowballstemmer==2.2.0 - # via pydocstyle + # via edx-lint sqlparse==0.5.3 # via django stevedore==5.4.1 @@ -176,18 +177,18 @@ text-unidecode==1.3 tomlkit==0.13.2 # via pylint tox==4.25.0 - # via -r requirements/dev.in + # via -r dev.in twine==6.1.0 - # via -r requirements/dev.in + # via -r dev.in urllib3==2.2.3 # via - # -c requirements/common_constraints.txt + # -c common_constraints.txt # requests # twine virtualenv==20.30.0 # via tox -wheel==0.45.1 - # via -r requirements/dev.in +wheel==0.46.2 + # via -r dev.in zipp==3.21.0 # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 1dd71b5..b016679 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -9,14 +9,16 @@ build==1.2.2.post1 click==8.1.8 # via pip-tools packaging==25.0 - # via build + # via + # build + # wheel pip-tools==7.4.1 - # via -r requirements/pip-tools.in + # via -r pip-tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.1 +wheel==0.46.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 6bb638b..f506ad7 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,13 +4,15 @@ # # make upgrade # -wheel==0.45.1 - # via -r requirements/pip.in +packaging==26.0 + # via wheel +wheel==0.46.2 + # via -r pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via - # -c requirements/common_constraints.txt - # -r requirements/pip.in + # -c common_constraints.txt + # -r pip.in setuptools==79.0.0 - # via -r requirements/pip.in + # via -r pip.in