Skip to content

Commit 9ef8c00

Browse files
edx-requirements-botregisb
authored andcommitted
chore: Upgrade Python requirements
1 parent 6d6c1a6 commit 9ef8c00

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python-slugify==8.0.4
1616
# via -r requirements/base.in
1717
pyyaml==6.0.2
1818
# via -r requirements/base.in
19-
stevedore==5.4.0
19+
stevedore==5.4.1
2020
# via -r requirements/base.in
2121
text-unidecode==1.3
2222
# via python-slugify

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
cachetools==5.5.1
7+
cachetools==5.5.2
88
# via tox
99
chardet==5.2.0
1010
# via tox

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build==1.2.2.post1
1717
# via
1818
# -r requirements/pip-tools.txt
1919
# pip-tools
20-
cachetools==5.5.1
20+
cachetools==5.5.2
2121
# via
2222
# -r requirements/ci.txt
2323
# tox
@@ -50,7 +50,7 @@ coverage[toml]==7.6.12
5050
# via
5151
# -r requirements/quality.txt
5252
# pytest-cov
53-
diff-cover==9.2.2
53+
diff-cover==9.2.3
5454
# via -r requirements/dev.in
5555
dill==0.3.9
5656
# via
@@ -184,7 +184,7 @@ sqlparse==0.5.3
184184
# via
185185
# -r requirements/quality.txt
186186
# django
187-
stevedore==5.4.0
187+
stevedore==5.4.1
188188
# via
189189
# -r requirements/quality.txt
190190
# code-annotations

requirements/doc.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ nh3==0.2.20
9494
packaging==24.2
9595
# via
9696
# -r requirements/test.txt
97+
# pydata-sphinx-theme
9798
# pytest
9899
# sphinx
99100
# twine
@@ -107,7 +108,7 @@ pluggy==1.5.0
107108
# pytest
108109
pycparser==2.22
109110
# via cffi
110-
pydata-sphinx-theme==0.16.1
111+
pydata-sphinx-theme==0.15.4
111112
# via sphinx-book-theme
112113
pygments==2.19.1
113114
# via
@@ -143,18 +144,20 @@ rfc3986==2.0.0
143144
# via twine
144145
rich==13.9.4
145146
# via twine
147+
roman-numerals-py==3.1.0
148+
# via sphinx
146149
secretstorage==3.3.3
147150
# via keyring
148151
snowballstemmer==2.2.0
149152
# via sphinx
150153
soupsieve==2.6
151154
# via beautifulsoup4
152-
sphinx==8.1.3
155+
sphinx==8.2.1
153156
# via
154157
# -r requirements/doc.in
155158
# pydata-sphinx-theme
156159
# sphinx-book-theme
157-
sphinx-book-theme==1.1.3
160+
sphinx-book-theme==1.1.4
158161
# via -r requirements/doc.in
159162
sphinxcontrib-applehelp==2.0.0
160163
# via sphinx
@@ -172,7 +175,7 @@ sqlparse==0.5.3
172175
# via
173176
# -r requirements/test.txt
174177
# django
175-
stevedore==5.4.0
178+
stevedore==5.4.1
176179
# via
177180
# -r requirements/test.txt
178181
# doc8

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ sqlparse==0.5.3
108108
# via
109109
# -r requirements/test.txt
110110
# django
111-
stevedore==5.4.0
111+
stevedore==5.4.1
112112
# via
113113
# -r requirements/test.txt
114114
# code-annotations

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sqlparse==0.5.3
4545
# via
4646
# -r requirements/django.txt
4747
# django
48-
stevedore==5.4.0
48+
stevedore==5.4.1
4949
# via -r requirements/base.txt
5050
text-unidecode==1.3
5151
# via

0 commit comments

Comments
 (0)