Skip to content

Commit a7a84f2

Browse files
chore: Upgrade Python requirements (#2628)
1 parent 2b28c10 commit a7a84f2

File tree

5 files changed

+22
-27
lines changed

5 files changed

+22
-27
lines changed

requirements/all.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ backoff==2.2.1
2929
# segment-analytics-python
3030
black==24.10.0
3131
# via -r requirements/dev.txt
32-
bleach==6.1.0
32+
bleach==6.2.0
3333
# via
3434
# -r requirements/dev.txt
3535
# -r requirements/production.txt
36-
boto3==1.35.50
36+
boto3==1.35.54
3737
# via
3838
# -r requirements/production.txt
3939
# django-ses
40-
botocore==1.35.50
40+
botocore==1.35.54
4141
# via
4242
# -r requirements/production.txt
4343
# boto3
4444
# s3transfer
45-
cachecontrol==0.14.0
45+
cachecontrol==0.14.1
4646
# via
4747
# -r requirements/dev.txt
4848
# -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==30.8.1
349+
faker==30.8.2
350350
# via
351351
# -r requirements/dev.txt
352352
# factory-boy
@@ -380,7 +380,7 @@ google-api-core[grpc]==2.22.0
380380
# google-cloud-core
381381
# google-cloud-firestore
382382
# google-cloud-storage
383-
google-api-python-client==2.149.0
383+
google-api-python-client==2.151.0
384384
# via
385385
# -r requirements/dev.txt
386386
# -r requirements/production.txt
@@ -803,7 +803,6 @@ six==1.16.0
803803
# via
804804
# -r requirements/dev.txt
805805
# -r requirements/production.txt
806-
# bleach
807806
# edx-ace
808807
# edx-auth-backends
809808
# edx-ccx-keys

requirements/base.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ attrs==24.2.0
1414
# openedx-events
1515
backoff==2.2.1
1616
# via segment-analytics-python
17-
bleach==6.1.0
17+
bleach==6.2.0
1818
# via -r requirements/base.in
19-
cachecontrol==0.14.0
19+
cachecontrol==0.14.1
2020
# via firebase-admin
2121
cachetools==5.5.0
2222
# via google-auth
@@ -189,7 +189,7 @@ google-api-core[grpc]==2.22.0
189189
# google-cloud-core
190190
# google-cloud-firestore
191191
# google-cloud-storage
192-
google-api-python-client==2.149.0
192+
google-api-python-client==2.151.0
193193
# via firebase-admin
194194
google-auth==2.35.0
195195
# via
@@ -372,7 +372,6 @@ simplejson==3.19.3
372372
# sailthru-client
373373
six==1.16.0
374374
# via
375-
# bleach
376375
# edx-ace
377376
# edx-auth-backends
378377
# edx-ccx-keys

requirements/dev.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ backoff==2.2.1
2626
# segment-analytics-python
2727
black==24.10.0
2828
# via -r requirements/test.txt
29-
bleach==6.1.0
29+
bleach==6.2.0
3030
# via -r requirements/test.txt
31-
cachecontrol==0.14.0
31+
cachecontrol==0.14.1
3232
# via
3333
# -r requirements/test.txt
3434
# firebase-admin
@@ -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==30.8.1
263+
faker==30.8.2
264264
# via
265265
# -r requirements/test.txt
266266
# factory-boy
@@ -287,7 +287,7 @@ google-api-core[grpc]==2.22.0
287287
# google-cloud-core
288288
# google-cloud-firestore
289289
# google-cloud-storage
290-
google-api-python-client==2.149.0
290+
google-api-python-client==2.151.0
291291
# via
292292
# -r requirements/test.txt
293293
# firebase-admin
@@ -623,7 +623,6 @@ simplejson==3.19.3
623623
six==1.16.0
624624
# via
625625
# -r requirements/test.txt
626-
# bleach
627626
# edx-ace
628627
# edx-auth-backends
629628
# edx-ccx-keys

requirements/production.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ backoff==2.2.1
1818
# via
1919
# -r requirements/base.txt
2020
# segment-analytics-python
21-
bleach==6.1.0
21+
bleach==6.2.0
2222
# via -r requirements/base.txt
23-
boto3==1.35.50
23+
boto3==1.35.54
2424
# via django-ses
25-
botocore==1.35.50
25+
botocore==1.35.54
2626
# via
2727
# boto3
2828
# s3transfer
29-
cachecontrol==0.14.0
29+
cachecontrol==0.14.1
3030
# via
3131
# -r requirements/base.txt
3232
# firebase-admin
@@ -238,7 +238,7 @@ google-api-core[grpc]==2.22.0
238238
# google-cloud-core
239239
# google-cloud-firestore
240240
# google-cloud-storage
241-
google-api-python-client==2.149.0
241+
google-api-python-client==2.151.0
242242
# via
243243
# -r requirements/base.txt
244244
# firebase-admin
@@ -512,7 +512,6 @@ simplejson==3.19.3
512512
six==1.16.0
513513
# via
514514
# -r requirements/base.txt
515-
# bleach
516515
# edx-ace
517516
# edx-auth-backends
518517
# edx-ccx-keys

requirements/test.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ backoff==2.2.1
2424
# segment-analytics-python
2525
black==24.10.0
2626
# via -r requirements/test.in
27-
bleach==6.1.0
27+
bleach==6.2.0
2828
# via -r requirements/base.txt
29-
cachecontrol==0.14.0
29+
cachecontrol==0.14.1
3030
# via
3131
# -r requirements/base.txt
3232
# firebase-admin
@@ -238,7 +238,7 @@ edx-toggles==5.2.0
238238
# edx-event-bus-redis
239239
factory-boy==3.3.1
240240
# via -r requirements/test.in
241-
faker==30.8.1
241+
faker==30.8.2
242242
# via factory-boy
243243
fastavro==1.9.7
244244
# via
@@ -262,7 +262,7 @@ google-api-core[grpc]==2.22.0
262262
# google-cloud-core
263263
# google-cloud-firestore
264264
# google-cloud-storage
265-
google-api-python-client==2.149.0
265+
google-api-python-client==2.151.0
266266
# via
267267
# -r requirements/base.txt
268268
# firebase-admin
@@ -575,7 +575,6 @@ simplejson==3.19.3
575575
six==1.16.0
576576
# via
577577
# -r requirements/base.txt
578-
# bleach
579578
# edx-ace
580579
# edx-auth-backends
581580
# edx-ccx-keys

0 commit comments

Comments
 (0)