Skip to content

Commit d4834ed

Browse files
chore: Upgrade Python requirements
1 parent d3aa561 commit d4834ed

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
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

requirements/doc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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
1919
charset-normalizer==3.4.1
2020
# via requests
@@ -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.0.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)