Skip to content

Commit b86702f

Browse files
authored
Merge pull request #119 from edx/repo-tools/upgrade-python-requirements-4104cec
chore: Upgrade Python requirements
2 parents 4104cec + 41a9a5e commit b86702f

File tree

4 files changed

+34
-23
lines changed

4 files changed

+34
-23
lines changed

requirements/dev.txt

Lines changed: 6 additions & 6 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.2
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,22 +53,22 @@ 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
6060
# -r requirements/pip-tools.txt
6161
# build
6262
# pip-tools
63-
pytest==8.3.4
63+
pytest==8.3.5
6464
# via -r requirements/test.txt
6565
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.2
7070
# via -r requirements/dev.in
71-
virtualenv==20.28.0
71+
virtualenv==20.29.3
7272
# via tox
7373
wheel==0.45.1
7474
# via

requirements/doc.txt

Lines changed: 26 additions & 15 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
@@ -31,19 +31,21 @@ idna==3.10
3131
# via requests
3232
imagesize==1.4.1
3333
# via sphinx
34-
jinja2==3.1.5
34+
jinja2==3.1.6
3535
# via sphinx
3636
markupsafe==3.0.2
3737
# via jinja2
38-
nh3==0.2.20
38+
nh3==0.2.21
3939
# via readme-renderer
4040
packaging==24.2
41-
# via sphinx
42-
pbr==6.1.0
41+
# via
42+
# pydata-sphinx-theme
43+
# sphinx
44+
pbr==6.1.1
4345
# via stevedore
44-
pydata-sphinx-theme==0.16.1
46+
pydata-sphinx-theme==0.15.4
4547
# via sphinx-book-theme
46-
pygments==2.18.0
48+
pygments==2.19.1
4749
# via
4850
# accessible-pygments
4951
# doc8
@@ -58,16 +60,18 @@ requests==2.32.3
5860
# via sphinx
5961
restructuredtext-lint==1.4.0
6062
# via doc8
63+
roman-numerals-py==3.1.0
64+
# via sphinx
6165
snowballstemmer==2.2.0
6266
# via sphinx
6367
soupsieve==2.6
6468
# via beautifulsoup4
65-
sphinx==8.1.3
69+
sphinx==8.2.3
6670
# via
6771
# -r requirements/doc.in
6872
# pydata-sphinx-theme
6973
# sphinx-book-theme
70-
sphinx-book-theme==1.1.3
74+
sphinx-book-theme==1.1.4
7175
# via -r requirements/doc.in
7276
sphinxcontrib-applehelp==2.0.0
7377
# via sphinx
@@ -81,9 +85,16 @@ sphinxcontrib-qthelp==2.0.0
8185
# via sphinx
8286
sphinxcontrib-serializinghtml==2.0.0
8387
# via sphinx
84-
stevedore==5.4.0
88+
stevedore==5.4.1
8589
# via doc8
8690
typing-extensions==4.12.2
87-
# via pydata-sphinx-theme
88-
urllib3==2.3.0
89-
# via requests
91+
# via
92+
# beautifulsoup4
93+
# 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

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==76.0.0
1616
# via -r requirements/pip.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluggy==1.5.0
1414
# via pytest
1515
ptyprocess==0.7.0
1616
# via pexpect
17-
pytest==8.3.4
17+
pytest==8.3.5
1818
# via -r requirements/test.in
1919
pyyaml==6.0.2
2020
# via -r requirements/base.txt

0 commit comments

Comments
 (0)