Skip to content

Commit b2f07f4

Browse files
chore: Upgrade Python requirements (#279)
1 parent 9b75ba4 commit b2f07f4

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ click-plugins==1.1.1
3535
# via celery
3636
click-repl==0.3.0
3737
# via celery
38-
cryptography==44.0.0
38+
cryptography==44.0.1
3939
# via pyjwt
4040
django==4.2.19
4141
# via
@@ -78,15 +78,15 @@ pbr==6.1.1
7878
# via stevedore
7979
prompt-toolkit==3.0.50
8080
# via click-repl
81-
psutil==6.1.1
81+
psutil==7.0.0
8282
# via edx-django-utils
8383
pycparser==2.22
8484
# via cffi
8585
pyjwt[crypto]==2.10.1
8686
# via
8787
# drf-jwt
8888
# edx-drf-extensions
89-
pymongo==4.11
89+
pymongo==4.11.1
9090
# via edx-opaque-keys
9191
pynacl==1.5.0
9292
# via edx-django-utils

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ typing-extensions==4.12.2
4040
# via
4141
# grimp
4242
# import-linter
43-
virtualenv==20.29.1
43+
virtualenv==20.29.2
4444
# via tox

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ colorama==0.4.6
9595
# via
9696
# -r requirements/ci.txt
9797
# tox
98-
coverage[toml]==7.6.11
98+
coverage[toml]==7.6.12
9999
# via
100100
# -r requirements/quality.txt
101101
# pytest-cov
102-
cryptography==44.0.0
102+
cryptography==44.0.1
103103
# via
104104
# -r requirements/quality.txt
105105
# pyjwt
@@ -250,7 +250,7 @@ kombu==5.4.2
250250
# via
251251
# -r requirements/quality.txt
252252
# celery
253-
lxml[html-clean,html_clean]==5.3.0
253+
lxml[html-clean,html_clean]==5.3.1
254254
# via
255255
# edx-i18n-tools
256256
# lxml-html-clean
@@ -333,7 +333,7 @@ prompt-toolkit==3.0.50
333333
# via
334334
# -r requirements/quality.txt
335335
# click-repl
336-
psutil==6.1.1
336+
psutil==7.0.0
337337
# via
338338
# -r requirements/quality.txt
339339
# edx-django-utils
@@ -376,7 +376,7 @@ pylint-plugin-utils==0.8.2
376376
# -r requirements/quality.txt
377377
# pylint-celery
378378
# pylint-django
379-
pymongo==4.11
379+
pymongo==4.11.1
380380
# via
381381
# -r requirements/quality.txt
382382
# edx-opaque-keys
@@ -400,7 +400,7 @@ pytest==8.3.4
400400
# pytest-django
401401
pytest-cov==6.0.0
402402
# via -r requirements/quality.txt
403-
pytest-django==4.9.0
403+
pytest-django==4.10.0
404404
# via -r requirements/quality.txt
405405
python-dateutil==2.9.0.post0
406406
# via
@@ -520,7 +520,7 @@ vine==5.1.0
520520
# amqp
521521
# celery
522522
# kombu
523-
virtualenv==20.29.1
523+
virtualenv==20.29.2
524524
# via
525525
# -r requirements/ci.txt
526526
# tox

requirements/doc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ click-repl==0.3.0
6868
# celery
6969
code-annotations==2.2.0
7070
# via -r requirements/test.txt
71-
coverage[toml]==7.6.11
71+
coverage[toml]==7.6.12
7272
# via
7373
# -r requirements/test.txt
7474
# pytest-cov
75-
cryptography==44.0.0
75+
cryptography==44.0.1
7676
# via
7777
# -r requirements/test.txt
7878
# pyjwt
@@ -211,7 +211,7 @@ prompt-toolkit==3.0.50
211211
# via
212212
# -r requirements/test.txt
213213
# click-repl
214-
psutil==6.1.1
214+
psutil==7.0.0
215215
# via
216216
# -r requirements/test.txt
217217
# edx-django-utils
@@ -233,7 +233,7 @@ pyjwt[crypto]==2.10.1
233233
# -r requirements/test.txt
234234
# drf-jwt
235235
# edx-drf-extensions
236-
pymongo==4.11
236+
pymongo==4.11.1
237237
# via
238238
# -r requirements/test.txt
239239
# edx-opaque-keys
@@ -248,7 +248,7 @@ pytest==8.3.4
248248
# pytest-django
249249
pytest-cov==6.0.0
250250
# via -r requirements/test.txt
251-
pytest-django==4.9.0
251+
pytest-django==4.10.0
252252
# via -r requirements/test.txt
253253
python-dateutil==2.9.0.post0
254254
# via

requirements/quality.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ code-annotations==2.2.0
7070
# via
7171
# -r requirements/test.txt
7272
# edx-lint
73-
coverage[toml]==7.6.11
73+
coverage[toml]==7.6.12
7474
# via
7575
# -r requirements/test.txt
7676
# pytest-cov
77-
cryptography==44.0.0
77+
cryptography==44.0.1
7878
# via
7979
# -r requirements/test.txt
8080
# pyjwt
@@ -237,7 +237,7 @@ prompt-toolkit==3.0.50
237237
# via
238238
# -r requirements/test.txt
239239
# click-repl
240-
psutil==6.1.1
240+
psutil==7.0.0
241241
# via
242242
# -r requirements/test.txt
243243
# edx-django-utils
@@ -272,7 +272,7 @@ pylint-plugin-utils==0.8.2
272272
# via
273273
# pylint-celery
274274
# pylint-django
275-
pymongo==4.11
275+
pymongo==4.11.1
276276
# via
277277
# -r requirements/test.txt
278278
# edx-opaque-keys
@@ -287,7 +287,7 @@ pytest==8.3.4
287287
# pytest-django
288288
pytest-cov==6.0.0
289289
# via -r requirements/test.txt
290-
pytest-django==4.9.0
290+
pytest-django==4.10.0
291291
# via -r requirements/test.txt
292292
python-dateutil==2.9.0.post0
293293
# via

requirements/test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ click-repl==0.3.0
5858
# celery
5959
code-annotations==2.2.0
6060
# via -r requirements/test.in
61-
coverage[toml]==7.6.11
61+
coverage[toml]==7.6.12
6262
# via
6363
# -r requirements/test.in
6464
# pytest-cov
65-
cryptography==44.0.0
65+
cryptography==44.0.1
6666
# via
6767
# -r requirements/base.txt
6868
# pyjwt
@@ -166,7 +166,7 @@ prompt-toolkit==3.0.50
166166
# via
167167
# -r requirements/base.txt
168168
# click-repl
169-
psutil==6.1.1
169+
psutil==7.0.0
170170
# via
171171
# -r requirements/base.txt
172172
# edx-django-utils
@@ -179,7 +179,7 @@ pyjwt[crypto]==2.10.1
179179
# -r requirements/base.txt
180180
# drf-jwt
181181
# edx-drf-extensions
182-
pymongo==4.11
182+
pymongo==4.11.1
183183
# via
184184
# -r requirements/base.txt
185185
# edx-opaque-keys
@@ -194,7 +194,7 @@ pytest==8.3.4
194194
# pytest-django
195195
pytest-cov==6.0.0
196196
# via -r requirements/test.in
197-
pytest-django==4.9.0
197+
pytest-django==4.10.0
198198
# via -r requirements/test.in
199199
python-dateutil==2.9.0.post0
200200
# via

0 commit comments

Comments
 (0)