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
14 changes: 7 additions & 7 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles==23.1.0
aniso8601==7.0.0
async-exit-stack==1.0.1
async-generator==1.10
certifi==2023.7.22
certifi==2024.7.4
chardet==4.0.0
click==8.0.2
dnspython==2.6.1
Expand All @@ -13,26 +13,26 @@ google-cloud-logging==3.10.0
graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
h11==0.12.0
h11==0.16.0
httptools==0.6.0
httpx==0.24.1
idna==3.7
itsdangerous==1.1.0
Jinja2==3.1.4
Jinja2==3.1.6
MarkupSafe==2.0.1
orjson==3.11.6
promise==2.3
pydantic==2.11.7
python-dotenv==1.2.2
python-multipart==0.0.26
python-multipart==0.0.27
PyYAML==6.0.1
requests==2.33.0
Rx==1.6.1
six==1.16.0
starlette==0.37.2
starlette==0.49.1
typing-extensions==4.12.2
ujson==5.12.0
urllib3==2.6.3
ujson==5.12.1
urllib3==2.7.0
uvicorn==0.30.1
uvloop==0.17.0
watchgod==0.7
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Testing
pytest>=3.2.3
pytest>=9.0.3
flake8==6.0.0
black==26.3.1
pytest-mock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
4 changes: 2 additions & 2 deletions functions-python/batch_datasets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
4 changes: 2 additions & 2 deletions functions-python/batch_process_dataset/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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.2.2
Expand Down
4 changes: 2 additions & 2 deletions functions-python/big_query_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# Google specific packages for this function
google-cloud-bigquery
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
4 changes: 2 additions & 2 deletions functions-python/export_csv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22
pandas~=2.2.3
python-dotenv==1.2.2
fastapi-filter[sqlalchemy]==1.0.0
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
4 changes: 2 additions & 2 deletions functions-python/gbfs_validator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
4 changes: 2 additions & 2 deletions functions-python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22
python-dotenv==1.2.2

# SQL Alchemy and Geo Alchemy
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
10 changes: 5 additions & 5 deletions functions-python/operations_api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp~=3.10.5
asgiref~=3.8.1
asyncio~=3.4.3
attrs~=23.1.0
certifi==2025.8.3
certifi==2026.4.22
email-validator==2.0.0
fastapi==0.115.2
httpx
Expand All @@ -11,14 +11,14 @@ pluggy~=1.5.0
promise==2.3
pydantic>=2
python-dotenv==1.2.2
python-multipart==0.0.26
python-multipart==0.0.27
PyYAML>=5.4.1,<6.1.0
requests==2.33.0
Rx==1.6.1
starlette==0.40.0
starlette==0.49.1
typing-extensions==4.10.0
ujson==5.12.0
urllib3~=2.6.3
ujson==5.12.1
urllib3~=2.7.0
uvicorn
uvloop==0.19.0

Expand Down
4 changes: 2 additions & 2 deletions functions-python/pmtiles_builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2024.7.4
certifi~=2026.4.22
fastapi
uvicorn[standard]

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
4 changes: 2 additions & 2 deletions functions-python/preprocessed_analytics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
4 changes: 2 additions & 2 deletions functions-python/process_validation_report/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
4 changes: 2 additions & 2 deletions functions-python/reverse_geolocation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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 @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
4 changes: 2 additions & 2 deletions functions-python/tasks_executor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22
fastapi
uvicorn[standard]
psutil
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
4 changes: 2 additions & 2 deletions functions-python/tokens/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# Flask dependencies for OpenAPI implementation
flask
Expand Down
2 changes: 1 addition & 1 deletion functions-python/tokens/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Testing
pytest>=3.2.3
pytest>=9.0.3
pytest_mock>=3.11.1
4 changes: 2 additions & 2 deletions functions-python/update_feed_status/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
urllib3~=2.7.0
requests~=2.33.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.4.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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
Loading
Loading