Skip to content

Commit 33fe54d

Browse files
chore: Upgrade Python requirements
1 parent 7ac041b commit 33fe54d

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
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.1
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 15 additions & 8 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
@@ -84,6 +84,13 @@ sphinxcontrib-serializinghtml==2.0.0
8484
stevedore==5.4.0
8585
# via doc8
8686
typing-extensions==4.12.2
87-
# via pydata-sphinx-theme
88-
urllib3==2.3.0
89-
# via requests
87+
# via
88+
# beautifulsoup4
89+
# pydata-sphinx-theme
90+
urllib3==2.2.3
91+
# via
92+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
93+
# requests
94+
95+
# The following packages are considered to be unsafe in a requirements file:
96+
# 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)