Skip to content

Commit efd5baf

Browse files
chore: Upgrade Python requirements
1 parent 3caf9ba commit efd5baf

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

requirements/all.txt

Lines changed: 5 additions & 5 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.38.22
36+
boto3==1.38.23
3737
# via
3838
# -r requirements/production.txt
3939
# django-ses
40-
botocore==1.38.22
40+
botocore==1.38.23
4141
# via
4242
# -r requirements/production.txt
4343
# boto3
@@ -107,9 +107,9 @@ coreschema==0.0.4
107107
# -r requirements/dev.txt
108108
# -r requirements/production.txt
109109
# coreapi
110-
coverage==7.8.1
110+
coverage==7.8.2
111111
# via -r requirements/dev.txt
112-
cryptography==45.0.2
112+
cryptography==45.0.3
113113
# via
114114
# -r requirements/dev.txt
115115
# -r requirements/production.txt
@@ -382,7 +382,7 @@ google-api-core[grpc]==2.24.2
382382
# google-cloud-core
383383
# google-cloud-firestore
384384
# google-cloud-storage
385-
google-api-python-client==2.169.0
385+
google-api-python-client==2.170.0
386386
# via
387387
# -r requirements/dev.txt
388388
# -r requirements/production.txt

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ coreapi==2.3.3
4141
# openapi-codec
4242
coreschema==0.0.4
4343
# via coreapi
44-
cryptography==45.0.2
44+
cryptography==45.0.3
4545
# via
4646
# pyjwt
4747
# social-auth-core
@@ -191,7 +191,7 @@ google-api-core[grpc]==2.24.2
191191
# google-cloud-core
192192
# google-cloud-firestore
193193
# google-cloud-storage
194-
google-api-python-client==2.169.0
194+
google-api-python-client==2.170.0
195195
# via firebase-admin
196196
google-auth==2.40.2
197197
# via

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ coreschema==0.0.4
8484
# via
8585
# -r requirements/test.txt
8686
# coreapi
87-
coverage==7.8.1
87+
coverage==7.8.2
8888
# via -r requirements/test.txt
89-
cryptography==45.0.2
89+
cryptography==45.0.3
9090
# via
9191
# -r requirements/test.txt
9292
# pyjwt
@@ -289,7 +289,7 @@ google-api-core[grpc]==2.24.2
289289
# google-cloud-core
290290
# google-cloud-firestore
291291
# google-cloud-storage
292-
google-api-python-client==2.169.0
292+
google-api-python-client==2.170.0
293293
# via
294294
# -r requirements/test.txt
295295
# firebase-admin

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ wheel==0.45.1
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==80.8.0
15+
setuptools==80.9.0
1616
# via -r requirements/pip.in

requirements/production.txt

Lines changed: 4 additions & 4 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.38.22
23+
boto3==1.38.23
2424
# via django-ses
25-
botocore==1.38.22
25+
botocore==1.38.23
2626
# via
2727
# boto3
2828
# s3transfer
@@ -65,7 +65,7 @@ coreschema==0.0.4
6565
# via
6666
# -r requirements/base.txt
6767
# coreapi
68-
cryptography==45.0.2
68+
cryptography==45.0.3
6969
# via
7070
# -r requirements/base.txt
7171
# pyjwt
@@ -240,7 +240,7 @@ google-api-core[grpc]==2.24.2
240240
# google-cloud-core
241241
# google-cloud-firestore
242242
# google-cloud-storage
243-
google-api-python-client==2.169.0
243+
google-api-python-client==2.170.0
244244
# via
245245
# -r requirements/base.txt
246246
# firebase-admin

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ coreschema==0.0.4
7777
# via
7878
# -r requirements/base.txt
7979
# coreapi
80-
coverage==7.8.1
80+
coverage==7.8.2
8181
# via -r requirements/test.in
82-
cryptography==45.0.2
82+
cryptography==45.0.3
8383
# via
8484
# -r requirements/base.txt
8585
# pyjwt
@@ -264,7 +264,7 @@ google-api-core[grpc]==2.24.2
264264
# google-cloud-core
265265
# google-cloud-firestore
266266
# google-cloud-storage
267-
google-api-python-client==2.169.0
267+
google-api-python-client==2.170.0
268268
# via
269269
# -r requirements/base.txt
270270
# firebase-admin

0 commit comments

Comments
 (0)