Skip to content

Commit 6c39fd1

Browse files
chore: Upgrade Python requirements
1 parent 31ade69 commit 6c39fd1

File tree

6 files changed

+51
-51
lines changed

6 files changed

+51
-51
lines changed

requirements/all.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ bleach==6.2.0
3333
# via
3434
# -r requirements/dev.txt
3535
# -r requirements/production.txt
36-
boto3==1.35.59
36+
boto3==1.35.64
3737
# via
3838
# -r requirements/production.txt
3939
# django-ses
40-
botocore==1.35.59
40+
botocore==1.35.64
4141
# via
4242
# -r requirements/production.txt
4343
# boto3
@@ -86,7 +86,7 @@ click-log==0.4.0
8686
# via
8787
# -r requirements/dev.txt
8888
# edx-lint
89-
code-annotations==1.8.0
89+
code-annotations==1.8.1
9090
# via
9191
# -r requirements/dev.txt
9292
# -r requirements/production.txt
@@ -107,7 +107,7 @@ coreschema==0.0.4
107107
# -r requirements/dev.txt
108108
# -r requirements/production.txt
109109
# coreapi
110-
coverage==7.6.4
110+
coverage==7.6.7
111111
# via -r requirements/dev.txt
112112
cryptography==43.0.3
113113
# via
@@ -238,7 +238,7 @@ django-stubs-ext==5.1.1
238238
# via
239239
# -r requirements/dev.txt
240240
# django-stubs
241-
django-waffle==4.1.0
241+
django-waffle==4.2.0
242242
# via
243243
# -r requirements/dev.txt
244244
# -r requirements/production.txt
@@ -346,7 +346,7 @@ edx-toggles==5.2.0
346346
# edx-event-bus-redis
347347
factory-boy==3.3.1
348348
# via -r requirements/dev.txt
349-
faker==32.1.0
349+
faker==33.0.0
350350
# via
351351
# -r requirements/dev.txt
352352
# factory-boy
@@ -380,7 +380,7 @@ google-api-core[grpc]==2.23.0
380380
# google-cloud-core
381381
# google-cloud-firestore
382382
# google-cloud-storage
383-
google-api-python-client==2.152.0
383+
google-api-python-client==2.153.0
384384
# via
385385
# -r requirements/dev.txt
386386
# -r requirements/production.txt
@@ -437,13 +437,13 @@ greenlet==3.1.1
437437
# via
438438
# -r requirements/production.txt
439439
# gevent
440-
grpcio==1.67.1
440+
grpcio==1.68.0
441441
# via
442442
# -r requirements/dev.txt
443443
# -r requirements/production.txt
444444
# google-api-core
445445
# grpcio-status
446-
grpcio-status==1.67.1
446+
grpcio-status==1.68.0
447447
# via
448448
# -r requirements/dev.txt
449449
# -r requirements/production.txt
@@ -528,7 +528,7 @@ mysqlclient==2.2.6
528528
# via
529529
# -r requirements/dev.txt
530530
# -r requirements/production.txt
531-
newrelic==10.2.0
531+
newrelic==10.3.0
532532
# via
533533
# -r requirements/dev.txt
534534
# -r requirements/production.txt
@@ -641,7 +641,7 @@ pygments==2.18.0
641641
# via
642642
# -r requirements/dev.txt
643643
# -r requirements/production.txt
644-
pyjwt[crypto]==2.9.0
644+
pyjwt[crypto]==2.10.0
645645
# via
646646
# -r requirements/dev.txt
647647
# -r requirements/production.txt
@@ -820,7 +820,7 @@ social-auth-core==4.5.4
820820
# -r requirements/production.txt
821821
# edx-auth-backends
822822
# social-auth-app-django
823-
sqlparse==0.5.1
823+
sqlparse==0.5.2
824824
# via
825825
# -r requirements/dev.txt
826826
# -r requirements/production.txt

requirements/base.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ click==8.1.7
3232
# via
3333
# code-annotations
3434
# edx-django-utils
35-
code-annotations==1.8.0
35+
code-annotations==1.8.1
3636
# via edx-toggles
3737
coreapi==2.3.3
3838
# via
@@ -111,7 +111,7 @@ django-statici18n==2.5.0
111111
# via -r requirements/base.in
112112
django-storages==1.14.4
113113
# via -r requirements/base.in
114-
django-waffle==4.1.0
114+
django-waffle==4.2.0
115115
# via
116116
# -r requirements/base.in
117117
# edx-django-utils
@@ -189,7 +189,7 @@ google-api-core[grpc]==2.23.0
189189
# google-cloud-core
190190
# google-cloud-firestore
191191
# google-cloud-storage
192-
google-api-python-client==2.152.0
192+
google-api-python-client==2.153.0
193193
# via firebase-admin
194194
google-auth==2.36.0
195195
# via
@@ -219,11 +219,11 @@ googleapis-common-protos==1.66.0
219219
# via
220220
# google-api-core
221221
# grpcio-status
222-
grpcio==1.67.1
222+
grpcio==1.68.0
223223
# via
224224
# google-api-core
225225
# grpcio-status
226-
grpcio-status==1.67.1
226+
grpcio-status==1.68.0
227227
# via google-api-core
228228
httplib2==0.22.0
229229
# via
@@ -252,7 +252,7 @@ msgpack==1.1.0
252252
# via cachecontrol
253253
mysqlclient==2.2.6
254254
# via -r requirements/base.in
255-
newrelic==10.2.0
255+
newrelic==10.3.0
256256
# via
257257
# -r requirements/base.in
258258
# edx-django-utils
@@ -302,7 +302,7 @@ pycparser==2.22
302302
# via cffi
303303
pygments==2.18.0
304304
# via -r requirements/base.in
305-
pyjwt[crypto]==2.9.0
305+
pyjwt[crypto]==2.10.0
306306
# via
307307
# drf-jwt
308308
# edx-auth-backends
@@ -385,7 +385,7 @@ social-auth-core==4.5.4
385385
# via
386386
# edx-auth-backends
387387
# social-auth-app-django
388-
sqlparse==0.5.1
388+
sqlparse==0.5.2
389389
# via django
390390
stevedore==5.3.0
391391
# via

requirements/dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ click-log==0.4.0
6666
# via
6767
# -r requirements/test.txt
6868
# edx-lint
69-
code-annotations==1.8.0
69+
code-annotations==1.8.1
7070
# via
7171
# -r requirements/test.txt
7272
# edx-lint
@@ -84,7 +84,7 @@ coreschema==0.0.4
8484
# via
8585
# -r requirements/test.txt
8686
# coreapi
87-
coverage==7.6.4
87+
coverage==7.6.7
8888
# via -r requirements/test.txt
8989
cryptography==43.0.3
9090
# via
@@ -182,7 +182,7 @@ django-stubs==5.1.1
182182
# via -r requirements/dev.in
183183
django-stubs-ext==5.1.1
184184
# via django-stubs
185-
django-waffle==4.1.0
185+
django-waffle==4.2.0
186186
# via
187187
# -r requirements/test.txt
188188
# edx-django-utils
@@ -260,7 +260,7 @@ edx-toggles==5.2.0
260260
# edx-event-bus-redis
261261
factory-boy==3.3.1
262262
# via -r requirements/test.txt
263-
faker==32.1.0
263+
faker==33.0.0
264264
# via
265265
# -r requirements/test.txt
266266
# factory-boy
@@ -287,7 +287,7 @@ google-api-core[grpc]==2.23.0
287287
# google-cloud-core
288288
# google-cloud-firestore
289289
# google-cloud-storage
290-
google-api-python-client==2.152.0
290+
google-api-python-client==2.153.0
291291
# via
292292
# -r requirements/test.txt
293293
# firebase-admin
@@ -331,12 +331,12 @@ googleapis-common-protos==1.66.0
331331
# -r requirements/test.txt
332332
# google-api-core
333333
# grpcio-status
334-
grpcio==1.67.1
334+
grpcio==1.68.0
335335
# via
336336
# -r requirements/test.txt
337337
# google-api-core
338338
# grpcio-status
339-
grpcio-status==1.67.1
339+
grpcio-status==1.68.0
340340
# via
341341
# -r requirements/test.txt
342342
# google-api-core
@@ -401,7 +401,7 @@ mypy-extensions==1.0.0
401401
# mypy
402402
mysqlclient==2.2.6
403403
# via -r requirements/test.txt
404-
newrelic==10.2.0
404+
newrelic==10.3.0
405405
# via
406406
# -r requirements/test.txt
407407
# edx-django-utils
@@ -491,7 +491,7 @@ pycparser==2.22
491491
# cffi
492492
pygments==2.18.0
493493
# via -r requirements/test.txt
494-
pyjwt[crypto]==2.9.0
494+
pyjwt[crypto]==2.10.0
495495
# via
496496
# -r requirements/test.txt
497497
# drf-jwt
@@ -638,7 +638,7 @@ social-auth-core==4.5.4
638638
# -r requirements/test.txt
639639
# edx-auth-backends
640640
# social-auth-app-django
641-
sqlparse==0.5.1
641+
sqlparse==0.5.2
642642
# via
643643
# -r requirements/test.txt
644644
# django

requirements/production.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ backoff==2.2.1
2020
# segment-analytics-python
2121
bleach==6.2.0
2222
# via -r requirements/base.txt
23-
boto3==1.35.59
23+
boto3==1.35.64
2424
# via django-ses
25-
botocore==1.35.59
25+
botocore==1.35.64
2626
# via
2727
# boto3
2828
# s3transfer
@@ -52,7 +52,7 @@ click==8.1.7
5252
# -r requirements/base.txt
5353
# code-annotations
5454
# edx-django-utils
55-
code-annotations==1.8.0
55+
code-annotations==1.8.1
5656
# via
5757
# -r requirements/base.txt
5858
# edx-toggles
@@ -145,7 +145,7 @@ django-statici18n==2.5.0
145145
# via -r requirements/base.txt
146146
django-storages==1.14.4
147147
# via -r requirements/base.txt
148-
django-waffle==4.1.0
148+
django-waffle==4.2.0
149149
# via
150150
# -r requirements/base.txt
151151
# edx-django-utils
@@ -238,7 +238,7 @@ google-api-core[grpc]==2.23.0
238238
# google-cloud-core
239239
# google-cloud-firestore
240240
# google-cloud-storage
241-
google-api-python-client==2.152.0
241+
google-api-python-client==2.153.0
242242
# via
243243
# -r requirements/base.txt
244244
# firebase-admin
@@ -284,12 +284,12 @@ googleapis-common-protos==1.66.0
284284
# grpcio-status
285285
greenlet==3.1.1
286286
# via gevent
287-
grpcio==1.67.1
287+
grpcio==1.68.0
288288
# via
289289
# -r requirements/base.txt
290290
# google-api-core
291291
# grpcio-status
292-
grpcio-status==1.67.1
292+
grpcio-status==1.68.0
293293
# via
294294
# -r requirements/base.txt
295295
# google-api-core
@@ -339,7 +339,7 @@ msgpack==1.1.0
339339
# cachecontrol
340340
mysqlclient==2.2.6
341341
# via -r requirements/base.txt
342-
newrelic==10.2.0
342+
newrelic==10.3.0
343343
# via
344344
# -r requirements/base.txt
345345
# -r requirements/production.in
@@ -413,7 +413,7 @@ pycparser==2.22
413413
# cffi
414414
pygments==2.18.0
415415
# via -r requirements/base.txt
416-
pyjwt[crypto]==2.9.0
416+
pyjwt[crypto]==2.10.0
417417
# via
418418
# -r requirements/base.txt
419419
# drf-jwt
@@ -526,7 +526,7 @@ social-auth-core==4.5.4
526526
# -r requirements/base.txt
527527
# edx-auth-backends
528528
# social-auth-app-django
529-
sqlparse==0.5.1
529+
sqlparse==0.5.2
530530
# via
531531
# -r requirements/base.txt
532532
# django

0 commit comments

Comments
 (0)