Skip to content

Commit a4d43e1

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

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
1717
certifi==2025.1.31
1818
# 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==79.0.0
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)