diff --git a/requirements/dev.txt b/requirements/dev.txt index c2c5327..5aa6583 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -41,7 +41,7 @@ cryptography==44.0.2 # via secretstorage diff-cover==9.2.4 # via -r requirements/dev.in -dill==0.3.9 +dill==0.4.0 # via pylint distlib==0.3.9 # via virtualenv @@ -92,7 +92,7 @@ lxml[html-clean,html_clean]==5.3.2 # via # edx-i18n-tools # lxml-html-clean -lxml-html-clean==0.4.1 +lxml-html-clean==0.4.2 # via lxml markdown-it-py==3.0.0 # via rich @@ -114,7 +114,6 @@ packaging==24.2 # pyproject-api # tox # twine - # wheel path==16.16.0 # via edx-i18n-tools pbr==6.1.1 @@ -205,7 +204,7 @@ urllib3==2.2.3 # twine virtualenv==20.30.0 # via tox -wheel==0.46.1 +wheel==0.45.1 # via -r requirements/dev.in zipp==3.21.0 # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 49203be..5461e43 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -9,16 +9,14 @@ build==1.2.2.post1 click==8.1.8 # via pip-tools packaging==24.2 - # via - # build - # wheel + # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.46.1 +wheel==0.45.1 # 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 c07ac90..21a303b 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,9 +4,7 @@ # # make upgrade # -packaging==24.2 - # via wheel -wheel==0.46.1 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/quality.txt b/requirements/quality.txt index 611f6a7..f3086bd 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -29,7 +29,7 @@ code-annotations==2.3.0 # via edx-lint cryptography==44.0.2 # via secretstorage -dill==0.3.9 +dill==0.4.0 # via pylint docutils==0.21.2 # via readme-renderer