Skip to content

Commit 9933407

Browse files
authored
Merge pull request #261 from openedx/repo-tools/upgrade-python-requirements-0a4e78c
chore: Upgrade Python requirements
2 parents 0a4e78c + e702ff8 commit 9933407

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

requirements/dev.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ click==8.1.8
3333
# edx-lint
3434
click-log==0.4.0
3535
# via edx-lint
36-
code-annotations==2.2.0
36+
code-annotations==2.3.0
3737
# via edx-lint
3838
colorama==0.4.6
3939
# via tox
@@ -88,7 +88,7 @@ jinja2==3.1.6
8888
# diff-cover
8989
keyring==25.6.0
9090
# via twine
91-
lxml[html-clean,html_clean]==5.3.1
91+
lxml[html-clean,html_clean]==5.3.2
9292
# via
9393
# edx-i18n-tools
9494
# lxml-html-clean
@@ -114,6 +114,7 @@ packaging==24.2
114114
# pyproject-api
115115
# tox
116116
# twine
117+
# wheel
117118
path==16.16.0
118119
# via edx-i18n-tools
119120
pbr==6.1.1
@@ -204,7 +205,7 @@ urllib3==2.2.3
204205
# twine
205206
virtualenv==20.30.0
206207
# via tox
207-
wheel==0.45.1
208+
wheel==0.46.1
208209
# via -r requirements/dev.in
209210
zipp==3.21.0
210211
# via importlib-metadata

requirements/pip-tools.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ build==1.2.2.post1
99
click==8.1.8
1010
# via pip-tools
1111
packaging==24.2
12-
# via build
12+
# via
13+
# build
14+
# wheel
1315
pip-tools==7.4.1
1416
# via -r requirements/pip-tools.in
1517
pyproject-hooks==1.2.0
1618
# via
1719
# build
1820
# pip-tools
19-
wheel==0.45.1
21+
wheel==0.46.1
2022
# via pip-tools
2123

2224
# The following packages are considered to be unsafe in a requirements file:

requirements/pip.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.1
7+
packaging==24.2
8+
# via wheel
9+
wheel==0.46.1
810
# via -r requirements/pip.in
911

1012
# The following packages are considered to be unsafe in a requirements file:

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ click==8.1.8
2525
# edx-lint
2626
click-log==0.4.0
2727
# via edx-lint
28-
code-annotations==2.2.0
28+
code-annotations==2.3.0
2929
# via edx-lint
3030
cryptography==44.0.2
3131
# via secretstorage

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ pytest==8.3.5
2929
# pytest-django
3030
pytest-catchlog==1.2.2
3131
# via -r requirements/test.in
32-
pytest-cov==6.1.0
32+
pytest-cov==6.1.1
3333
# via -r requirements/test.in
34-
pytest-django==4.11.0
34+
pytest-django==4.11.1
3535
# via -r requirements/test.in
3636
pyyaml==6.0.2
3737
# via edx-django-release-util

0 commit comments

Comments
 (0)