Skip to content

Commit 0ac76ff

Browse files
chore: Upgrade Python requirements (#2633)
1 parent 3fd4eda commit 0ac76ff

File tree

9 files changed

+50
-58
lines changed

9 files changed

+50
-58
lines changed

requirements/all.txt

Lines changed: 11 additions & 11 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.54
36+
boto3==1.35.59
3737
# via
3838
# -r requirements/production.txt
3939
# django-ses
40-
botocore==1.35.54
40+
botocore==1.35.59
4141
# via
4242
# -r requirements/production.txt
4343
# boto3
@@ -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.2
349+
faker==32.1.0
350350
# via
351351
# -r requirements/dev.txt
352352
# factory-boy
@@ -360,7 +360,7 @@ filelock==3.16.1
360360
# -r requirements/dev.txt
361361
# tox
362362
# virtualenv
363-
firebase-admin==6.5.0
363+
firebase-admin==6.6.0
364364
# via
365365
# -r requirements/dev.txt
366366
# -r requirements/production.txt
@@ -369,9 +369,9 @@ fontawesomefree==6.6.0
369369
# via
370370
# -r requirements/dev.txt
371371
# -r requirements/production.txt
372-
gevent==24.10.3
372+
gevent==24.11.1
373373
# via -r requirements/production.txt
374-
google-api-core[grpc]==2.22.0
374+
google-api-core[grpc]==2.23.0
375375
# via
376376
# -r requirements/dev.txt
377377
# -r requirements/production.txt
@@ -380,12 +380,12 @@ 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.151.0
383+
google-api-python-client==2.152.0
384384
# via
385385
# -r requirements/dev.txt
386386
# -r requirements/production.txt
387387
# firebase-admin
388-
google-auth==2.35.0
388+
google-auth==2.36.0
389389
# via
390390
# -r requirements/dev.txt
391391
# -r requirements/production.txt
@@ -427,7 +427,7 @@ google-resumable-media==2.7.2
427427
# -r requirements/dev.txt
428428
# -r requirements/production.txt
429429
# google-cloud-storage
430-
googleapis-common-protos==1.65.0
430+
googleapis-common-protos==1.66.0
431431
# via
432432
# -r requirements/dev.txt
433433
# -r requirements/production.txt
@@ -524,7 +524,7 @@ mypy-extensions==1.0.0
524524
# -r requirements/dev.txt
525525
# black
526526
# mypy
527-
mysqlclient==2.2.5
527+
mysqlclient==2.2.6
528528
# via
529529
# -r requirements/dev.txt
530530
# -r requirements/production.txt
@@ -556,7 +556,7 @@ openedx-events==9.15.0
556556
# -r requirements/production.txt
557557
# edx-event-bus-kafka
558558
# edx-event-bus-redis
559-
packaging==24.1
559+
packaging==24.2
560560
# via
561561
# -r requirements/dev.txt
562562
# -r requirements/production.txt

requirements/base.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,20 +178,20 @@ edx-toggles==5.2.0
178178
# edx-event-bus-redis
179179
fastavro==1.9.7
180180
# via openedx-events
181-
firebase-admin==6.5.0
181+
firebase-admin==6.6.0
182182
# via edx-ace
183183
fontawesomefree==6.6.0
184184
# via -r requirements/base.in
185-
google-api-core[grpc]==2.22.0
185+
google-api-core[grpc]==2.23.0
186186
# via
187187
# firebase-admin
188188
# google-api-python-client
189189
# google-cloud-core
190190
# google-cloud-firestore
191191
# google-cloud-storage
192-
google-api-python-client==2.151.0
192+
google-api-python-client==2.152.0
193193
# via firebase-admin
194-
google-auth==2.35.0
194+
google-auth==2.36.0
195195
# via
196196
# google-api-core
197197
# google-api-python-client
@@ -215,7 +215,7 @@ google-crc32c==1.6.0
215215
# google-resumable-media
216216
google-resumable-media==2.7.2
217217
# via google-cloud-storage
218-
googleapis-common-protos==1.65.0
218+
googleapis-common-protos==1.66.0
219219
# via
220220
# google-api-core
221221
# grpcio-status
@@ -250,7 +250,7 @@ markupsafe==3.0.2
250250
# via jinja2
251251
msgpack==1.1.0
252252
# via cachecontrol
253-
mysqlclient==2.2.5
253+
mysqlclient==2.2.6
254254
# via -r requirements/base.in
255255
newrelic==10.2.0
256256
# via
@@ -269,7 +269,7 @@ openedx-events==9.15.0
269269
# -r requirements/base.in
270270
# edx-event-bus-kafka
271271
# edx-event-bus-redis
272-
packaging==24.1
272+
packaging==24.2
273273
# via drf-yasg
274274
path==16.16.0
275275
# via edx-i18n-tools

requirements/common_constraints.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# Note: Changes to this file will automatically be used by other repos, referencing
1717
# this file from Github directly. It does not require packaging in edx-lint.
1818

19-
2019
# using LTS django version
2120
Django<5.0
2221

@@ -27,13 +26,6 @@ elasticsearch<7.14.0
2726

2827
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
2928

30-
# Cause: https://github.com/openedx/event-tracking/pull/290
31-
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
32-
# We will pin event-tracking to do not break existing installations
33-
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
34-
# has been resolved and edx-platform is running with pymongo>=4.4.0
35-
event-tracking<2.4.1
36-
3729
# Cause: https://github.com/openedx/edx-lint/issues/458
3830
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
3931
pip<24.3

requirements/dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2
263+
faker==32.1.0
264264
# via
265265
# -r requirements/test.txt
266266
# factory-boy
@@ -273,25 +273,25 @@ filelock==3.16.1
273273
# -r requirements/test.txt
274274
# tox
275275
# virtualenv
276-
firebase-admin==6.5.0
276+
firebase-admin==6.6.0
277277
# via
278278
# -r requirements/test.txt
279279
# edx-ace
280280
fontawesomefree==6.6.0
281281
# via -r requirements/test.txt
282-
google-api-core[grpc]==2.22.0
282+
google-api-core[grpc]==2.23.0
283283
# via
284284
# -r requirements/test.txt
285285
# firebase-admin
286286
# google-api-python-client
287287
# google-cloud-core
288288
# google-cloud-firestore
289289
# google-cloud-storage
290-
google-api-python-client==2.151.0
290+
google-api-python-client==2.152.0
291291
# via
292292
# -r requirements/test.txt
293293
# firebase-admin
294-
google-auth==2.35.0
294+
google-auth==2.36.0
295295
# via
296296
# -r requirements/test.txt
297297
# google-api-core
@@ -326,7 +326,7 @@ google-resumable-media==2.7.2
326326
# via
327327
# -r requirements/test.txt
328328
# google-cloud-storage
329-
googleapis-common-protos==1.65.0
329+
googleapis-common-protos==1.66.0
330330
# via
331331
# -r requirements/test.txt
332332
# google-api-core
@@ -399,7 +399,7 @@ mypy-extensions==1.0.0
399399
# -r requirements/test.txt
400400
# black
401401
# mypy
402-
mysqlclient==2.2.5
402+
mysqlclient==2.2.6
403403
# via -r requirements/test.txt
404404
newrelic==10.2.0
405405
# via
@@ -421,7 +421,7 @@ openedx-events==9.15.0
421421
# -r requirements/test.txt
422422
# edx-event-bus-kafka
423423
# edx-event-bus-redis
424-
packaging==24.1
424+
packaging==24.2
425425
# via
426426
# -r requirements/test.txt
427427
# black

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jsx-lexer==2.0.1
3232
# via -r requirements/docs.in
3333
markupsafe==3.0.2
3434
# via jinja2
35-
packaging==24.1
35+
packaging==24.2
3636
# via sphinx
3737
pydata-sphinx-theme==0.16.0
3838
# via sphinx-book-theme

requirements/pip.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.44.0
7+
wheel==0.45.0
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via
13-
# -c requirements/common_constraints.txt
13+
# -c /home/runner/work/credentials/credentials/requirements/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.3.0
15+
setuptools==75.5.0
1616
# via -r requirements/pip.in

requirements/pip_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
packaging==24.1
11+
packaging==24.2
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip_tools.in
1515
pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.44.0
19+
wheel==0.45.0
2020
# via pip-tools
2121

2222
# The following packages are considered to be unsafe in a requirements file:

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.54
23+
boto3==1.35.59
2424
# via django-ses
25-
botocore==1.35.54
25+
botocore==1.35.59
2626
# via
2727
# boto3
2828
# s3transfer
@@ -222,27 +222,27 @@ fastavro==1.9.7
222222
# via
223223
# -r requirements/base.txt
224224
# openedx-events
225-
firebase-admin==6.5.0
225+
firebase-admin==6.6.0
226226
# via
227227
# -r requirements/base.txt
228228
# edx-ace
229229
fontawesomefree==6.6.0
230230
# via -r requirements/base.txt
231-
gevent==24.10.3
231+
gevent==24.11.1
232232
# via -r requirements/production.in
233-
google-api-core[grpc]==2.22.0
233+
google-api-core[grpc]==2.23.0
234234
# via
235235
# -r requirements/base.txt
236236
# firebase-admin
237237
# google-api-python-client
238238
# google-cloud-core
239239
# google-cloud-firestore
240240
# google-cloud-storage
241-
google-api-python-client==2.151.0
241+
google-api-python-client==2.152.0
242242
# via
243243
# -r requirements/base.txt
244244
# firebase-admin
245-
google-auth==2.35.0
245+
google-auth==2.36.0
246246
# via
247247
# -r requirements/base.txt
248248
# google-api-core
@@ -277,7 +277,7 @@ google-resumable-media==2.7.2
277277
# via
278278
# -r requirements/base.txt
279279
# google-cloud-storage
280-
googleapis-common-protos==1.65.0
280+
googleapis-common-protos==1.66.0
281281
# via
282282
# -r requirements/base.txt
283283
# google-api-core
@@ -337,7 +337,7 @@ msgpack==1.1.0
337337
# via
338338
# -r requirements/base.txt
339339
# cachecontrol
340-
mysqlclient==2.2.5
340+
mysqlclient==2.2.6
341341
# via -r requirements/base.txt
342342
newrelic==10.2.0
343343
# via
@@ -362,7 +362,7 @@ openedx-events==9.15.0
362362
# -r requirements/base.txt
363363
# edx-event-bus-kafka
364364
# edx-event-bus-redis
365-
packaging==24.1
365+
packaging==24.2
366366
# via
367367
# -r requirements/base.txt
368368
# drf-yasg

0 commit comments

Comments
 (0)