Skip to content

Commit b6aa0a4

Browse files
chore: Upgrade Python requirements
1 parent fa6c178 commit b6aa0a4

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

requirements/dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cachetools==5.5.2
1212
# via tox
1313
chardet==5.2.0
1414
# via tox
15-
click==8.1.8
15+
click==8.2.0
1616
# via
1717
# -r requirements/pip-tools.txt
1818
# pip-tools
@@ -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
@@ -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.7
43+
platformdirs==4.3.8
4444
# via
4545
# tox
4646
# virtualenv
@@ -53,7 +53,7 @@ ptyprocess==0.7.0
5353
# via
5454
# -r requirements/test.txt
5555
# pexpect
56-
pyproject-api==1.9.0
56+
pyproject-api==1.9.1
5757
# via tox
5858
pyproject-hooks==1.2.0
5959
# via
@@ -66,9 +66,9 @@ pyyaml==6.0.2
6666
# via
6767
# -r requirements/base.txt
6868
# -r requirements/test.txt
69-
tox==4.25.0
69+
tox==4.26.0
7070
# via -r requirements/dev.in
71-
virtualenv==20.30.0
71+
virtualenv==20.31.2
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 7 additions & 7 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
@@ -62,9 +62,9 @@ restructuredtext-lint==1.4.0
6262
# via doc8
6363
roman-numerals-py==3.1.0
6464
# via sphinx
65-
snowballstemmer==2.2.0
65+
snowballstemmer==3.0.1
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.8
9+
click==8.2.0
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.4.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)