Skip to content

Commit 11ffa29

Browse files
chore: Upgrade Python requirements (#186)
1 parent 4e69ff5 commit 11ffa29

File tree

6 files changed

+30
-39
lines changed

6 files changed

+30
-39
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# make upgrade
66
#
7-
pyyaml==6.0.2
7+
pyyaml==6.0.3
88
# via -r requirements/base.in

requirements/dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
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
15-
click==8.2.1
15+
click==8.3.0
1616
# via
1717
# -r requirements/pip-tools.txt
1818
# pip-tools
1919
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.1
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
69-
pyyaml==6.0.2
69+
pyyaml==6.0.3
7070
# via
7171
# -r requirements/base.txt
7272
# -r requirements/test.txt
73-
tox==4.28.3
73+
tox==4.30.3
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: 12 additions & 19 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.14.2
1616
# via pydata-sphinx-theme
17-
certifi==2025.7.14
17+
certifi==2025.10.5
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
@@ -33,16 +33,14 @@ imagesize==1.4.1
3333
# via sphinx
3434
jinja2==3.1.6
3535
# via sphinx
36-
markupsafe==3.0.2
36+
markupsafe==3.0.3
3737
# via jinja2
38-
nh3==0.3.0
38+
nh3==0.3.1
3939
# via readme-renderer
4040
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
@@ -52,19 +50,19 @@ pygments==2.19.2
5250
# pydata-sphinx-theme
5351
# readme-renderer
5452
# sphinx
55-
pyyaml==6.0.2
53+
pyyaml==6.0.3
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: 3 additions & 3 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
9-
click==8.2.1
9+
click==8.3.0
1010
# via pip-tools
1111
packaging==25.0
1212
# via build
13-
pip-tools==7.4.1
13+
pip-tools==7.5.1
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.2.0
1616
# via

requirements/pip.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ wheel==0.45.1
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==24.2
12-
# via
13-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
14-
# -r requirements/pip.in
11+
pip==25.2
12+
# via -r requirements/pip.in
1513
setuptools==80.9.0
1614
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 2 additions & 2 deletions
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
21-
pyyaml==6.0.2
21+
pyyaml==6.0.3
2222
# via -r requirements/base.txt

0 commit comments

Comments
 (0)