Skip to content

Commit 24c209c

Browse files
authored
Merge pull request #89 from edx/repo-tools/upgrade-python-requirements-4255f6a
chore: Upgrade Python requirements
2 parents 9521bac + c6069f0 commit 24c209c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ iniconfig==2.0.0
2828
# via
2929
# -r requirements/test.txt
3030
# pytest
31-
packaging==24.1
31+
packaging==24.2
3232
# via
3333
# -r requirements/pip-tools.txt
3434
# -r requirements/test.txt
@@ -60,17 +60,17 @@ pyproject-hooks==1.2.0
6060
# -r requirements/pip-tools.txt
6161
# build
6262
# pip-tools
63-
pytest==8.3.3
63+
pytest==8.3.4
6464
# via -r requirements/test.txt
6565
pyyaml==6.0.2
6666
# via
6767
# -r requirements/base.txt
6868
# -r requirements/test.txt
6969
tox==4.23.2
7070
# via -r requirements/dev.in
71-
virtualenv==20.27.1
71+
virtualenv==20.28.0
7272
# via tox
73-
wheel==0.44.0
73+
wheel==0.45.1
7474
# via
7575
# -r requirements/pip-tools.txt
7676
# pip-tools

requirements/doc.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jinja2==3.1.4
3535
# via sphinx
3636
markupsafe==3.0.2
3737
# via jinja2
38-
nh3==0.2.18
38+
nh3==0.2.19
3939
# via readme-renderer
40-
packaging==24.1
40+
packaging==24.2
4141
# via sphinx
4242
pbr==6.1.0
4343
# via stevedore
@@ -81,7 +81,7 @@ sphinxcontrib-qthelp==2.0.0
8181
# via sphinx
8282
sphinxcontrib-serializinghtml==2.0.0
8383
# via sphinx
84-
stevedore==5.3.0
84+
stevedore==5.4.0
8585
# via doc8
8686
typing-extensions==4.12.2
8787
# via pydata-sphinx-theme

requirements/pip-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
packaging==24.1
11+
packaging==24.2
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.44.0
19+
wheel==0.45.1
2020
# via pip-tools
2121

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

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.44.0
7+
wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via
1313
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.3.0
15+
setuptools==75.6.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
iniconfig==2.0.0
88
# via pytest
9-
packaging==24.1
9+
packaging==24.2
1010
# via pytest
1111
pexpect==4.9.0
1212
# via -r requirements/test.in
1313
pluggy==1.5.0
1414
# via pytest
1515
ptyprocess==0.7.0
1616
# via pexpect
17-
pytest==8.3.3
17+
pytest==8.3.4
1818
# via -r requirements/test.in
1919
pyyaml==6.0.2
2020
# via -r requirements/base.txt

0 commit comments

Comments
 (0)