Skip to content

Commit cd21a9e

Browse files
edx-requirements-botjsnwesson
authored andcommitted
chore: Upgrade Python requirements
1 parent 46ef164 commit cd21a9e

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

requirements/all.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ bleach==6.2.0
3737
# via
3838
# -r requirements/dev.txt
3939
# -r requirements/production.txt
40-
boto3==1.38.42
40+
boto3==1.39.0
4141
# via
4242
# -r requirements/production.txt
4343
# django-ses
44-
botocore==1.38.42
44+
botocore==1.39.0
4545
# via
4646
# -r requirements/production.txt
4747
# boto3
@@ -283,7 +283,7 @@ drf-yasg==1.21.10
283283
# via
284284
# -r requirements/dev.txt
285285
# -r requirements/production.txt
286-
edx-ace==1.14.0
286+
edx-ace==1.15.0
287287
# via
288288
# -r requirements/dev.txt
289289
# -r requirements/production.txt
@@ -390,7 +390,7 @@ google-api-core[grpc]==2.25.1
390390
# google-cloud-core
391391
# google-cloud-firestore
392392
# google-cloud-storage
393-
google-api-python-client==2.173.0
393+
google-api-python-client==2.174.0
394394
# via
395395
# -r requirements/dev.txt
396396
# -r requirements/production.txt
@@ -447,13 +447,13 @@ greenlet==3.2.3
447447
# via
448448
# -r requirements/production.txt
449449
# gevent
450-
grpcio==1.73.0
450+
grpcio==1.73.1
451451
# via
452452
# -r requirements/dev.txt
453453
# -r requirements/production.txt
454454
# google-api-core
455455
# grpcio-status
456-
grpcio-status==1.73.0
456+
grpcio-status==1.73.1
457457
# via
458458
# -r requirements/dev.txt
459459
# -r requirements/production.txt
@@ -534,7 +534,7 @@ jmespath==1.0.1
534534
# -r requirements/production.txt
535535
# boto3
536536
# botocore
537-
lxml[html-clean]==5.4.0
537+
lxml[html-clean]==6.0.0
538538
# via
539539
# -r requirements/dev.txt
540540
# -r requirements/production.txt
@@ -623,7 +623,7 @@ pbr==6.1.1
623623
# -r requirements/dev.txt
624624
# -r requirements/production.txt
625625
# stevedore
626-
pillow==11.2.1
626+
pillow==11.3.0
627627
# via
628628
# -r requirements/dev.txt
629629
# -r requirements/production.txt
@@ -862,7 +862,7 @@ social-auth-app-django==5.4.3
862862
# -r requirements/dev.txt
863863
# -r requirements/production.txt
864864
# edx-auth-backends
865-
social-auth-core==4.6.1
865+
social-auth-core==4.7.0
866866
# via
867867
# -r requirements/dev.txt
868868
# -r requirements/production.txt
@@ -945,7 +945,7 @@ xss-utils==0.8.0
945945
# via
946946
# -r requirements/dev.txt
947947
# -r requirements/production.txt
948-
zope-event==5.0
948+
zope-event==5.1
949949
# via
950950
# -r requirements/production.txt
951951
# gevent

requirements/base.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ drf-jwt==1.19.2
141141
# via edx-drf-extensions
142142
drf-yasg==1.21.10
143143
# via -r requirements/base.in
144-
edx-ace==1.14.0
144+
edx-ace==1.15.0
145145
# via -r requirements/base.in
146146
edx-auth-backends==4.6.0
147147
# via -r requirements/base.in
@@ -198,7 +198,7 @@ google-api-core[grpc]==2.25.1
198198
# google-cloud-core
199199
# google-cloud-firestore
200200
# google-cloud-storage
201-
google-api-python-client==2.173.0
201+
google-api-python-client==2.174.0
202202
# via firebase-admin
203203
google-auth==2.40.3
204204
# via
@@ -228,11 +228,11 @@ googleapis-common-protos==1.70.0
228228
# via
229229
# google-api-core
230230
# grpcio-status
231-
grpcio==1.73.0
231+
grpcio==1.73.1
232232
# via
233233
# google-api-core
234234
# grpcio-status
235-
grpcio-status==1.73.0
235+
grpcio-status==1.73.1
236236
# via google-api-core
237237
h11==0.16.0
238238
# via httpcore
@@ -263,7 +263,7 @@ jinja2==3.1.6
263263
# via
264264
# code-annotations
265265
# coreschema
266-
lxml[html-clean,html_clean]==5.4.0
266+
lxml[html-clean,html_clean]==6.0.0
267267
# via
268268
# edx-credentials-themes
269269
# edx-i18n-tools
@@ -297,7 +297,7 @@ path==16.16.0
297297
# via edx-i18n-tools
298298
pbr==6.1.1
299299
# via stevedore
300-
pillow==11.2.1
300+
pillow==11.3.0
301301
# via -r requirements/base.in
302302
polib==1.2.0
303303
# via edx-i18n-tools
@@ -405,7 +405,7 @@ social-auth-app-django==5.4.3
405405
# via
406406
# -r requirements/base.in
407407
# edx-auth-backends
408-
social-auth-core==4.6.1
408+
social-auth-core==4.7.0
409409
# via
410410
# edx-auth-backends
411411
# social-auth-app-django

requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ drf-jwt==1.19.2
216216
# edx-drf-extensions
217217
drf-yasg==1.21.10
218218
# via -r requirements/test.txt
219-
edx-ace==1.14.0
219+
edx-ace==1.15.0
220220
# via -r requirements/test.txt
221221
edx-auth-backends==4.6.0
222222
# via -r requirements/test.txt
@@ -296,7 +296,7 @@ google-api-core[grpc]==2.25.1
296296
# google-cloud-core
297297
# google-cloud-firestore
298298
# google-cloud-storage
299-
google-api-python-client==2.173.0
299+
google-api-python-client==2.174.0
300300
# via
301301
# -r requirements/test.txt
302302
# firebase-admin
@@ -340,12 +340,12 @@ googleapis-common-protos==1.70.0
340340
# -r requirements/test.txt
341341
# google-api-core
342342
# grpcio-status
343-
grpcio==1.73.0
343+
grpcio==1.73.1
344344
# via
345345
# -r requirements/test.txt
346346
# google-api-core
347347
# grpcio-status
348-
grpcio-status==1.73.0
348+
grpcio-status==1.73.1
349349
# via
350350
# -r requirements/test.txt
351351
# google-api-core
@@ -407,7 +407,7 @@ jinja2==3.1.6
407407
# -r requirements/test.txt
408408
# code-annotations
409409
# coreschema
410-
lxml[html-clean]==5.4.0
410+
lxml[html-clean]==6.0.0
411411
# via
412412
# -r requirements/test.txt
413413
# edx-credentials-themes
@@ -477,7 +477,7 @@ pbr==6.1.1
477477
# via
478478
# -r requirements/test.txt
479479
# stevedore
480-
pillow==11.2.1
480+
pillow==11.3.0
481481
# via -r requirements/test.txt
482482
platformdirs==4.3.8
483483
# via
@@ -674,7 +674,7 @@ social-auth-app-django==5.4.3
674674
# via
675675
# -r requirements/test.txt
676676
# edx-auth-backends
677-
social-auth-core==4.6.1
677+
social-auth-core==4.7.0
678678
# via
679679
# -r requirements/test.txt
680680
# edx-auth-backends

requirements/production.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ backoff==2.2.1
2424
# segment-analytics-python
2525
bleach==6.2.0
2626
# via -r requirements/base.txt
27-
boto3==1.38.42
27+
boto3==1.39.0
2828
# via django-ses
29-
botocore==1.38.42
29+
botocore==1.39.0
3030
# via
3131
# boto3
3232
# s3transfer
@@ -180,7 +180,7 @@ drf-jwt==1.19.2
180180
# edx-drf-extensions
181181
drf-yasg==1.21.10
182182
# via -r requirements/base.txt
183-
edx-ace==1.14.0
183+
edx-ace==1.15.0
184184
# via -r requirements/base.txt
185185
edx-auth-backends==4.6.0
186186
# via -r requirements/base.txt
@@ -248,7 +248,7 @@ google-api-core[grpc]==2.25.1
248248
# google-cloud-core
249249
# google-cloud-firestore
250250
# google-cloud-storage
251-
google-api-python-client==2.173.0
251+
google-api-python-client==2.174.0
252252
# via
253253
# -r requirements/base.txt
254254
# firebase-admin
@@ -294,12 +294,12 @@ googleapis-common-protos==1.70.0
294294
# grpcio-status
295295
greenlet==3.2.3
296296
# via gevent
297-
grpcio==1.73.0
297+
grpcio==1.73.1
298298
# via
299299
# -r requirements/base.txt
300300
# google-api-core
301301
# grpcio-status
302-
grpcio-status==1.73.0
302+
grpcio-status==1.73.1
303303
# via
304304
# -r requirements/base.txt
305305
# google-api-core
@@ -357,7 +357,7 @@ jmespath==1.0.1
357357
# via
358358
# boto3
359359
# botocore
360-
lxml[html-clean]==5.4.0
360+
lxml[html-clean]==6.0.0
361361
# via
362362
# -r requirements/base.txt
363363
# edx-credentials-themes
@@ -410,7 +410,7 @@ pbr==6.1.1
410410
# via
411411
# -r requirements/base.txt
412412
# stevedore
413-
pillow==11.2.1
413+
pillow==11.3.0
414414
# via -r requirements/base.txt
415415
polib==1.2.0
416416
# via
@@ -560,7 +560,7 @@ social-auth-app-django==5.4.3
560560
# via
561561
# -r requirements/base.txt
562562
# edx-auth-backends
563-
social-auth-core==4.6.1
563+
social-auth-core==4.7.0
564564
# via
565565
# -r requirements/base.txt
566566
# edx-auth-backends
@@ -607,7 +607,7 @@ webencodings==0.5.1
607607
# bleach
608608
xss-utils==0.8.0
609609
# via -r requirements/base.txt
610-
zope-event==5.0
610+
zope-event==5.1
611611
# via gevent
612612
zope-interface==7.2
613613
# via gevent

requirements/test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ drf-jwt==1.19.2
196196
# edx-drf-extensions
197197
drf-yasg==1.21.10
198198
# via -r requirements/base.txt
199-
edx-ace==1.14.0
199+
edx-ace==1.15.0
200200
# via -r requirements/base.txt
201201
edx-auth-backends==4.6.0
202202
# via -r requirements/base.txt
@@ -272,7 +272,7 @@ google-api-core[grpc]==2.25.1
272272
# google-cloud-core
273273
# google-cloud-firestore
274274
# google-cloud-storage
275-
google-api-python-client==2.173.0
275+
google-api-python-client==2.174.0
276276
# via
277277
# -r requirements/base.txt
278278
# firebase-admin
@@ -316,12 +316,12 @@ googleapis-common-protos==1.70.0
316316
# -r requirements/base.txt
317317
# google-api-core
318318
# grpcio-status
319-
grpcio==1.73.0
319+
grpcio==1.73.1
320320
# via
321321
# -r requirements/base.txt
322322
# google-api-core
323323
# grpcio-status
324-
grpcio-status==1.73.0
324+
grpcio-status==1.73.1
325325
# via
326326
# -r requirements/base.txt
327327
# google-api-core
@@ -381,7 +381,7 @@ jinja2==3.1.6
381381
# -r requirements/base.txt
382382
# code-annotations
383383
# coreschema
384-
lxml[html-clean]==5.4.0
384+
lxml[html-clean]==6.0.0
385385
# via
386386
# -r requirements/base.txt
387387
# edx-credentials-themes
@@ -441,7 +441,7 @@ pbr==6.1.1
441441
# via
442442
# -r requirements/base.txt
443443
# stevedore
444-
pillow==11.2.1
444+
pillow==11.3.0
445445
# via -r requirements/base.txt
446446
platformdirs==4.3.8
447447
# via
@@ -626,7 +626,7 @@ social-auth-app-django==5.4.3
626626
# via
627627
# -r requirements/base.txt
628628
# edx-auth-backends
629-
social-auth-core==4.6.1
629+
social-auth-core==4.7.0
630630
# via
631631
# -r requirements/base.txt
632632
# edx-auth-backends

requirements/translations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django==4.2.23
1212
# edx-i18n-tools
1313
edx-i18n-tools==1.9.0
1414
# via -r requirements/translations.in
15-
lxml[html-clean,html_clean]==5.4.0
15+
lxml[html-clean,html_clean]==6.0.0
1616
# via
1717
# edx-i18n-tools
1818
# lxml-html-clean

0 commit comments

Comments
 (0)