Skip to content

Commit edb6b53

Browse files
authored
Merge pull request #126 from edx/repo-tools/upgrade-python-requirements-1cd0fd8
chore: Upgrade Python requirements
2 parents 9d6e995 + d4adf04 commit edb6b53

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ filelock==3.18.0
2424
# via
2525
# tox
2626
# virtualenv
27-
iniconfig==2.0.0
27+
iniconfig==2.1.0
2828
# via
2929
# -r requirements/test.txt
3030
# pytest
@@ -40,7 +40,7 @@ pexpect==4.9.0
4040
# via -r requirements/test.txt
4141
pip-tools==7.4.1
4242
# via -r requirements/pip-tools.txt
43-
platformdirs==4.3.6
43+
platformdirs==4.3.7
4444
# via
4545
# tox
4646
# virtualenv
@@ -66,9 +66,9 @@ pyyaml==6.0.2
6666
# via
6767
# -r requirements/base.txt
6868
# -r requirements/test.txt
69-
tox==4.24.2
69+
tox==4.25.0
7070
# via -r requirements/dev.in
71-
virtualenv==20.29.3
71+
virtualenv==20.30.0
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sphinxcontrib-serializinghtml==2.0.0
8787
# via sphinx
8888
stevedore==5.4.1
8989
# via doc8
90-
typing-extensions==4.12.2
90+
typing-extensions==4.13.0
9191
# via
9292
# beautifulsoup4
9393
# pydata-sphinx-theme

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ 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==76.1.0
15+
setuptools==78.1.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
iniconfig==2.0.0
7+
iniconfig==2.1.0
88
# via pytest
99
packaging==24.2
1010
# via pytest

0 commit comments

Comments
 (0)