Skip to content

Commit e522767

Browse files
chore: Upgrade Python requirements
1 parent 37825d5 commit e522767

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2.post1
7+
build==1.3.0
88
# via
99
# -r requirements/pip-tools.txt
1010
# pip-tools
@@ -20,7 +20,7 @@ colorama==0.4.6
2020
# via tox
2121
distlib==0.4.0
2222
# via virtualenv
23-
filelock==3.18.0
23+
filelock==3.19.1
2424
# via
2525
# tox
2626
# virtualenv
@@ -38,7 +38,7 @@ packaging==25.0
3838
# tox
3939
pexpect==4.9.0
4040
# via -r requirements/test.txt
41-
pip-tools==7.4.1
41+
pip-tools==7.5.0
4242
# via -r requirements/pip-tools.txt
4343
platformdirs==4.3.8
4444
# via
@@ -70,9 +70,9 @@ pyyaml==6.0.2
7070
# via
7171
# -r requirements/base.txt
7272
# -r requirements/test.txt
73-
tox==4.28.3
73+
tox==4.28.4
7474
# via -r requirements/dev.in
75-
virtualenv==20.32.0
75+
virtualenv==20.34.0
7676
# via tox
7777
wheel==0.45.1
7878
# via

requirements/doc.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ babel==2.17.0
1414
# sphinx
1515
beautifulsoup4==4.13.4
1616
# via pydata-sphinx-theme
17-
certifi==2025.7.14
17+
certifi==2025.8.3
1818
# via requests
19-
charset-normalizer==3.4.2
19+
charset-normalizer==3.4.3
2020
# via requests
2121
doc8==2.0.0
2222
# via -r requirements/doc.in
@@ -41,7 +41,7 @@ packaging==25.0
4141
# via
4242
# pydata-sphinx-theme
4343
# sphinx
44-
pbr==6.1.1
44+
pbr==7.0.0
4545
# via stevedore
4646
pydata-sphinx-theme==0.15.4
4747
# via sphinx-book-theme
@@ -56,7 +56,7 @@ pyyaml==6.0.2
5656
# via -r requirements/base.txt
5757
readme-renderer==44.0
5858
# via -r requirements/doc.in
59-
requests==2.32.4
59+
requests==2.32.5
6060
# via sphinx
6161
restructuredtext-lint==1.4.0
6262
# via doc8
@@ -91,10 +91,8 @@ typing-extensions==4.14.1
9191
# via
9292
# beautifulsoup4
9393
# pydata-sphinx-theme
94-
urllib3==2.2.3
95-
# via
96-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
97-
# requests
94+
urllib3==2.5.0
95+
# via requests
9896

9997
# The following packages are considered to be unsafe in a requirements file:
10098
# setuptools

requirements/pip-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
build==1.2.2.post1
7+
build==1.3.0
88
# via pip-tools
99
click==8.2.1
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.4.1
13+
pip-tools==7.5.0
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via

0 commit comments

Comments
 (0)