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,25 +13,25 @@ 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.31
PyYAML==6.0.1
requests==2.33.0
requests==2.34.2
Rx==1.6.1
six==1.16.0
starlette==0.37.2
starlette==1.3.1
typing-extensions==4.12.2
ujson==5.12.0
ujson==5.13.0
urllib3==2.6.3
uvicorn==0.30.1
uvloop==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion api/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Testing
pytest>=3.2.3
flake8==6.0.0
black==26.3.1
black==26.5.1
pytest-mock
pre-commit==3.4.0
faker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
4 changes: 2 additions & 2 deletions functions-python/batch_datasets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
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 @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
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 @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

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

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/gtfs_datasets_comparer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ google-cloud-logging
psycopg2-binary==2.9.6
urllib3~=2.6.3
attrs~=23.1.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
4 changes: 2 additions & 2 deletions functions-python/gtfs_file_data_extractor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
functions-framework==3.*
google-cloud-logging
psycopg2-binary==2.9.6
requests~=2.33.1
certifi~=2025.8.3
requests~=2.34.2
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy (database_gen models depend on geoalchemy2)
SQLAlchemy==2.0.23
Expand Down
4 changes: 2 additions & 2 deletions functions-python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22
python-dotenv==1.2.2

# SQL Alchemy and Geo Alchemy
Expand Down
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.7.22
email-validator==2.0.0
fastapi==0.115.2
httpx
Expand All @@ -11,13 +11,13 @@ pluggy~=1.5.0
promise==2.3
pydantic>=2
python-dotenv==1.2.2
python-multipart==0.0.26
python-multipart==0.0.31
PyYAML>=5.4.1,<6.1.0
requests==2.33.0
requests==2.34.2
Rx==1.6.1
starlette==0.40.0
starlette==1.3.1
typing-extensions==4.10.0
ujson==5.12.0
ujson==5.13.0
urllib3~=2.6.3
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 @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2024.7.4
certifi~=2026.7.22
fastapi
uvicorn[standard]

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 @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
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 @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion functions-python/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linting requirements
flake8==6.0.0
black==26.3.1
black==26.5.1
pre-commit==3.4.0
4 changes: 2 additions & 2 deletions functions-python/reverse_geolocation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
6 changes: 3 additions & 3 deletions functions-python/tasks_executor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22
fastapi
uvicorn[standard]
psutil
Expand All @@ -33,7 +33,7 @@ google-cloud-datastore
sib-api-v3-sdk

# Jinja2 templating for notification emails (shared/notifications/brevo_notification_sender.py)
Jinja2==3.1.4
Jinja2==3.1.6

# Configuration
python-dotenv==1.2.2
Expand Down
4 changes: 2 additions & 2 deletions functions-python/tokens/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# Flask dependencies for OpenAPI implementation
flask
Expand Down
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 @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
4 changes: 2 additions & 2 deletions functions-python/validation_to_ndjson/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ psycopg2-binary==2.9.6
aiohttp~=3.10.5
asyncio~=3.4.3
urllib3~=2.6.3
requests~=2.33.1
requests~=2.34.2
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2025.8.3
certifi~=2026.7.22

# SQL Alchemy and Geo Alchemy
SQLAlchemy==2.0.23
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linting requirements
flake8==6.0.0
black==26.3.1
black==26.5.1
pre-commit==3.4.0
Loading