Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ orjson==3.10.6
promise==2.3
pydantic==2.11.7
python-dotenv==1.0.0
python-multipart==0.0.9
python-multipart==0.0.26
PyYAML==6.0.1
requests==2.32.4
Rx==1.6.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/batch_datasets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/batch_datasets/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/batch_process_dataset/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
python-dotenv~=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/big_query_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/big_query_ingestion/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/dataset_service/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
functions-framework==3.*
Expand Down
2 changes: 1 addition & 1 deletion functions-python/export_csv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Common packages
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/export_csv/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/gbfs_validator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/gbfs_validator/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/helpers/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
4 changes: 2 additions & 2 deletions functions-python/operations_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp~=3.10.5
aiohttp~=3.13.5
asgiref~=3.8.1
asyncio~=3.4.3
attrs~=23.1.0
Expand All @@ -11,7 +11,7 @@ pluggy~=1.5.0
promise==2.3
pydantic>=2
python-dotenv==0.17.1
python-multipart==0.0.7
python-multipart==0.0.26
PyYAML>=5.4.1,<6.1.0
requests==2.32.3
Rx==1.6.1
Expand Down
2 changes: 1 addition & 1 deletion functions-python/pmtiles_builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.2.2
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/pmtiles_builder/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
psutil
Expand Down
2 changes: 1 addition & 1 deletion functions-python/preprocessed_analytics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/reverse_geolocation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/reverse_geolocation/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
gcp-storage-emulator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/tasks_executor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/tasks_executor/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
2 changes: 1 addition & 1 deletion functions-python/tokens/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/update_feed_status/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/update_feed_status/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
2 changes: 1 addition & 1 deletion functions-python/validation_to_ndjson/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
aiohttp~=3.13.5
asyncio~=3.4.3
urllib3~=2.5.0
requests~=2.32.3
Expand Down
2 changes: 1 addition & 1 deletion functions-python/validation_to_ndjson/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Faker
pytest~=7.4.3
pytest~=9.0.3
urllib3-mock
requests-mock
Loading