Skip to content

Commit 2eb8832

Browse files
chore: Upgrade Python requirements
1 parent 971cbe2 commit 2eb8832

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

requirements/dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.2.2.post1
88
# via
99
# -r requirements/pip-tools.txt
1010
# pip-tools
11-
cachetools==5.5.0
11+
cachetools==5.5.1
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.3.9
2222
# via virtualenv
23-
filelock==3.16.1
23+
filelock==3.17.0
2424
# via
2525
# tox
2626
# virtualenv
@@ -53,7 +53,7 @@ ptyprocess==0.7.0
5353
# via
5454
# -r requirements/test.txt
5555
# pexpect
56-
pyproject-api==1.8.0
56+
pyproject-api==1.9.0
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.23.2
69+
tox==4.24.1
7070
# via -r requirements/dev.in
71-
virtualenv==20.28.0
71+
virtualenv==20.29.2
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ accessible-pygments==0.0.5
88
# via pydata-sphinx-theme
99
alabaster==1.0.0
1010
# via sphinx
11-
babel==2.16.0
11+
babel==2.17.0
1212
# via
1313
# pydata-sphinx-theme
1414
# sphinx
15-
beautifulsoup4==4.12.3
15+
beautifulsoup4==4.13.3
1616
# via pydata-sphinx-theme
17-
certifi==2024.12.14
17+
certifi==2025.1.31
1818
# via requests
1919
charset-normalizer==3.4.1
2020
# via requests
@@ -39,11 +39,11 @@ nh3==0.2.20
3939
# via readme-renderer
4040
packaging==24.2
4141
# via sphinx
42-
pbr==6.1.0
42+
pbr==6.1.1
4343
# via stevedore
4444
pydata-sphinx-theme==0.16.1
4545
# via sphinx-book-theme
46-
pygments==2.18.0
46+
pygments==2.19.1
4747
# via
4848
# accessible-pygments
4949
# doc8
@@ -58,11 +58,13 @@ requests==2.32.3
5858
# via sphinx
5959
restructuredtext-lint==1.4.0
6060
# via doc8
61+
roman-numerals-py==3.0.0
62+
# via sphinx
6163
snowballstemmer==2.2.0
6264
# via sphinx
6365
soupsieve==2.6
6466
# via beautifulsoup4
65-
sphinx==8.1.3
67+
sphinx==8.2.0
6668
# via
6769
# -r requirements/doc.in
6870
# pydata-sphinx-theme
@@ -84,6 +86,13 @@ sphinxcontrib-serializinghtml==2.0.0
8486
stevedore==5.4.0
8587
# via doc8
8688
typing-extensions==4.12.2
87-
# via pydata-sphinx-theme
88-
urllib3==2.3.0
89-
# via requests
89+
# via
90+
# beautifulsoup4
91+
# pydata-sphinx-theme
92+
urllib3==2.2.3
93+
# via
94+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
95+
# requests
96+
97+
# The following packages are considered to be unsafe in a requirements file:
98+
# setuptools

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==75.6.0
15+
setuptools==75.8.0
1616
# via -r requirements/pip.in

0 commit comments

Comments
 (0)