Skip to content

Commit 1ad7c21

Browse files
chore: Upgrade Python requirements
1 parent 804481e commit 1ad7c21

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

requirements/dev.txt

Lines changed: 4 additions & 4 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
@@ -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.33.1
7676
# via tox
7777
wheel==0.45.1
7878
# via

requirements/doc.txt

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