Skip to content

Commit a75a276

Browse files
chore: Upgrade Python requirements
1 parent e164872 commit a75a276

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

requirements/ci.txt

+1-1
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

+3-3
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
@@ -59,7 +59,7 @@ coverage[toml]==7.6.12
5959
# -r requirements/ci.txt
6060
# -r requirements/quality.txt
6161
# pytest-cov
62-
diff-cover==9.2.2
62+
diff-cover==9.2.3
6363
# via -r requirements/dev.in
6464
dill==0.3.9
6565
# via
@@ -227,7 +227,7 @@ sqlparse==0.5.3
227227
# via
228228
# -r requirements/quality.txt
229229
# django
230-
stevedore==5.4.0
230+
stevedore==5.4.1
231231
# via
232232
# -r requirements/quality.txt
233233
# code-annotations

requirements/doc.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ coverage[toml]==7.6.12
3636
# via
3737
# -r requirements/test.txt
3838
# pytest-cov
39-
cryptography==44.0.0
39+
cryptography==44.0.1
4040
# via secretstorage
4141
django==4.2.19
4242
# via
@@ -97,7 +97,7 @@ more-itertools==10.6.0
9797
# via
9898
# jaraco-classes
9999
# jaraco-functools
100-
nh3==0.2.20
100+
nh3==0.2.21
101101
# via readme-renderer
102102
packaging==24.2
103103
# via
@@ -165,6 +165,8 @@ rfc3986==2.0.0
165165
# via twine
166166
rich==13.9.4
167167
# via twine
168+
roman-numerals-py==3.1.0
169+
# via sphinx
168170
secretstorage==3.3.3
169171
# via keyring
170172
six==1.17.0
@@ -173,7 +175,7 @@ six==1.17.0
173175
# pyjwkest
174176
snowballstemmer==2.2.0
175177
# via sphinx
176-
sphinx==8.1.3
178+
sphinx==8.2.1
177179
# via -r requirements/doc.in
178180
sphinxcontrib-applehelp==2.0.0
179181
# via sphinx
@@ -191,7 +193,7 @@ sqlparse==0.5.3
191193
# via
192194
# -r requirements/test.txt
193195
# django
194-
stevedore==5.4.0
196+
stevedore==5.4.1
195197
# via
196198
# -r requirements/test.txt
197199
# code-annotations

requirements/pip.txt

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

requirements/quality.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ sqlparse==0.5.3
140140
# via
141141
# -r requirements/test.txt
142142
# django
143-
stevedore==5.4.0
143+
stevedore==5.4.1
144144
# via
145145
# -r requirements/test.txt
146146
# code-annotations

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sqlparse==0.5.3
7575
# via
7676
# -r requirements/base.txt
7777
# django
78-
stevedore==5.4.0
78+
stevedore==5.4.1
7979
# via code-annotations
8080
text-unidecode==1.3
8181
# via python-slugify

0 commit comments

Comments
 (0)