Skip to content

Commit c3cf219

Browse files
chore: Upgrade Python requirements
1 parent bceadf1 commit c3cf219

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ iniconfig==2.1.0
2828
# via
2929
# -r requirements/test.txt
3030
# pytest
31-
packaging==24.2
31+
packaging==25.0
3232
# via
3333
# -r requirements/pip-tools.txt
3434
# -r requirements/test.txt
@@ -68,7 +68,7 @@ pyyaml==6.0.2
6868
# -r requirements/test.txt
6969
tox==4.25.0
7070
# via -r requirements/dev.in
71-
virtualenv==20.30.0
71+
virtualenv==20.31.1
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ babel==2.17.0
1212
# via
1313
# pydata-sphinx-theme
1414
# sphinx
15-
beautifulsoup4==4.13.3
15+
beautifulsoup4==4.13.4
1616
# via pydata-sphinx-theme
17-
certifi==2025.1.31
17+
certifi==2025.4.26
1818
# via requests
19-
charset-normalizer==3.4.1
19+
charset-normalizer==3.4.2
2020
# via requests
2121
doc8==1.1.2
2222
# via -r requirements/doc.in
@@ -37,7 +37,7 @@ markupsafe==3.0.2
3737
# via jinja2
3838
nh3==0.2.21
3939
# via readme-renderer
40-
packaging==24.2
40+
packaging==25.0
4141
# via
4242
# pydata-sphinx-theme
4343
# sphinx
@@ -64,7 +64,7 @@ roman-numerals-py==3.1.0
6464
# via sphinx
6565
snowballstemmer==2.2.0
6666
# via sphinx
67-
soupsieve==2.6
67+
soupsieve==2.7
6868
# via beautifulsoup4
6969
sphinx==8.2.3
7070
# via
@@ -87,7 +87,7 @@ sphinxcontrib-serializinghtml==2.0.0
8787
# via sphinx
8888
stevedore==5.4.1
8989
# via doc8
90-
typing-extensions==4.13.0
90+
typing-extensions==4.13.2
9191
# via
9292
# beautifulsoup4
9393
# pydata-sphinx-theme

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.8
1010
# via pip-tools
11-
packaging==24.2
11+
packaging==25.0
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip-tools.in

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==78.1.0
15+
setuptools==80.3.1
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
iniconfig==2.1.0
88
# via pytest
9-
packaging==24.2
9+
packaging==25.0
1010
# via pytest
1111
pexpect==4.9.0
1212
# via -r requirements/test.in

0 commit comments

Comments
 (0)