Skip to content

Commit 48db820

Browse files
chore: Upgrade Python requirements
1 parent 06d0bee commit 48db820

File tree

4 files changed

+20
-27
lines changed

4 files changed

+20
-27
lines changed

requirements/dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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
11-
cachetools==6.1.0
11+
cachetools==6.2.0
1212
# via tox
1313
chardet==5.2.0
1414
# via tox
@@ -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,9 +38,9 @@ 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
43-
platformdirs==4.3.8
43+
platformdirs==4.4.0
4444
# via
4545
# tox
4646
# virtualenv
@@ -64,15 +64,15 @@ pyproject-hooks==1.2.0
6464
# -r requirements/pip-tools.txt
6565
# build
6666
# pip-tools
67-
pytest==8.4.1
67+
pytest==8.4.2
6868
# via -r requirements/test.txt
6969
pyyaml==6.0.2
7070
# via
7171
# -r requirements/base.txt
7272
# -r requirements/test.txt
73-
tox==4.28.3
73+
tox==4.30.2
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: 9 additions & 16 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.4
15+
beautifulsoup4==4.13.5
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,8 +41,6 @@ packaging==25.0
4141
# via
4242
# pydata-sphinx-theme
4343
# sphinx
44-
pbr==6.1.1
45-
# via stevedore
4644
pydata-sphinx-theme==0.15.4
4745
# via sphinx-book-theme
4846
pygments==2.19.2
@@ -56,15 +54,15 @@ pyyaml==6.0.2
5654
# via -r requirements/base.txt
5755
readme-renderer==44.0
5856
# via -r requirements/doc.in
59-
requests==2.32.4
57+
requests==2.32.5
6058
# via sphinx
6159
restructuredtext-lint==1.4.0
6260
# via doc8
6361
roman-numerals-py==3.1.0
6462
# via sphinx
6563
snowballstemmer==3.0.1
6664
# via sphinx
67-
soupsieve==2.7
65+
soupsieve==2.8
6866
# via beautifulsoup4
6967
sphinx==8.2.3
7068
# via
@@ -85,16 +83,11 @@ sphinxcontrib-qthelp==2.0.0
8583
# via sphinx
8684
sphinxcontrib-serializinghtml==2.0.0
8785
# via sphinx
88-
stevedore==5.4.1
86+
stevedore==5.5.0
8987
# via doc8
90-
typing-extensions==4.14.1
88+
typing-extensions==4.15.0
9189
# via
9290
# beautifulsoup4
9391
# 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
98-
99-
# The following packages are considered to be unsafe in a requirements file:
100-
# setuptools
92+
urllib3==2.5.0
93+
# via requests

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

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ptyprocess==0.7.0
1616
# via pexpect
1717
pygments==2.19.2
1818
# via pytest
19-
pytest==8.4.1
19+
pytest==8.4.2
2020
# via -r requirements/test.in
2121
pyyaml==6.0.2
2222
# via -r requirements/base.txt

0 commit comments

Comments
 (0)