Skip to content

Commit efd8607

Browse files
chore(deps): bump the pip group across 16 directories with 2 updates (#1666)
1 parent cd01bdc commit efd8607

18 files changed

Lines changed: 21 additions & 21 deletions

File tree

api/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ MarkupSafe==2.0.1
2323
orjson==3.10.6
2424
promise==2.3
2525
pydantic==2.11.7
26-
python-dotenv==1.0.0
27-
python-multipart==0.0.9
26+
python-dotenv==1.2.2
27+
python-multipart==0.0.26
2828
PyYAML==6.0.1
2929
requests==2.32.4
3030
Rx==1.6.1

functions-python/backfill_dataset_service_date_range/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ google-cloud-storage
2020
google-cloud-tasks
2121

2222
# Configuration
23-
python-dotenv==1.0.0
23+
python-dotenv==1.2.2

functions-python/batch_datasets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ google-cloud-datastore
2020
cloudevents~=1.10.1
2121

2222
# Configuration
23-
python-dotenv==1.0.0
23+
python-dotenv==1.2.2

functions-python/batch_process_dataset/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ google-cloud-tasks
2525
cloudevents~=1.10.1
2626

2727
# Configuration
28-
python-dotenv==1.0.0
28+
python-dotenv==1.2.2

functions-python/batch_process_dataset/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Faker
22
pytest~=7.4.3
33
urllib3-mock
44
requests-mock
5-
python-dotenv~=1.0.0
5+
python-dotenv~=1.2.2
66
gcp-storage-emulator

functions-python/export_csv/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs~=23.1.0
88
pluggy~=1.3.0
99
certifi~=2025.8.3
1010
pandas~=2.2.3
11-
python-dotenv==1.0.0
11+
python-dotenv==1.2.2
1212
fastapi-filter[sqlalchemy]==1.0.0
1313
packaging~=24.2
1414

@@ -23,7 +23,7 @@ functions-framework==3.*
2323
google-cloud-logging
2424

2525
# Configuration
26-
python-dotenv==1.0.0
26+
python-dotenv==1.2.2
2727

2828
# Other dependencies
2929
natsort

functions-python/gbfs_validator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ google-cloud-tasks
2424
cloudevents~=1.10.1
2525

2626
# Configuration
27-
python-dotenv==1.0.0
27+
python-dotenv==1.2.2
2828

2929
# Additional packages for the function
3030
jsonpath-ng

functions-python/helpers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requests~=2.32.3
99
attrs~=23.1.0
1010
pluggy~=1.3.0
1111
certifi~=2025.8.3
12-
python-dotenv==1.0.0
12+
python-dotenv==1.2.2
1313

1414
# SQL Alchemy and Geo Alchemy
1515
SQLAlchemy==2.0.23

functions-python/operations_api/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ mangum
1010
pluggy~=1.5.0
1111
promise==2.3
1212
pydantic>=2
13-
python-dotenv==0.17.1
14-
python-multipart==0.0.7
13+
python-dotenv==1.2.2
14+
python-multipart==0.0.26
1515
PyYAML>=5.4.1,<6.1.0
1616
requests==2.32.3
1717
Rx==1.6.1

functions-python/operations_api/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytest
22
pytest-asyncio
33
urllib3-mock
44
requests-mock
5-
python-dotenv~=1.0.0
5+
python-dotenv~=1.2.2

0 commit comments

Comments
 (0)