diff --git a/api/requirements.txt b/api/requirements.txt index 0263bcd12..5057f950a 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -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 @@ -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.10.6 promise==2.3 pydantic==2.11.7 python-dotenv==1.0.0 -python-multipart==0.0.9 +python-multipart==0.0.18 PyYAML==6.0.1 -requests==2.32.4 +requests==2.32.5 Rx==1.6.1 six==1.16.0 -starlette==0.37.2 +starlette==0.47.2 typing-extensions==4.12.2 -ujson==5.5.0 +ujson==5.11.0 urllib3==2.5.0 uvicorn==0.30.1 uvloop==0.17.0 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index 66bf418cd..ce27ad60c 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,7 +1,7 @@ #Testing pytest>=3.2.3 flake8==6.0.0 -black==22.3.0 +black==24.3.0 pytest-mock pre-commit==3.4.0 faker diff --git a/functions-python/backfill_dataset_service_date_range/requirements.txt b/functions-python/backfill_dataset_service_date_range/requirements.txt index 359cba431..d773ae548 100644 --- a/functions-python/backfill_dataset_service_date_range/requirements.txt +++ b/functions-python/backfill_dataset_service_date_range/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/batch_datasets/requirements.txt b/functions-python/batch_datasets/requirements.txt index 1a7b8fdd2..a98388ce3 100644 --- a/functions-python/batch_datasets/requirements.txt +++ b/functions-python/batch_datasets/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/batch_process_dataset/requirements.txt b/functions-python/batch_process_dataset/requirements.txt index fcda4e483..928898e37 100644 --- a/functions-python/batch_process_dataset/requirements.txt +++ b/functions-python/batch_process_dataset/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/big_query_ingestion/requirements.txt b/functions-python/big_query_ingestion/requirements.txt index bf187c579..757a740e5 100644 --- a/functions-python/big_query_ingestion/requirements.txt +++ b/functions-python/big_query_ingestion/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # Google specific packages for this function google-cloud-bigquery diff --git a/functions-python/export_csv/requirements.txt b/functions-python/export_csv/requirements.txt index 5d435f0d5..9ceaa6a42 100644 --- a/functions-python/export_csv/requirements.txt +++ b/functions-python/export_csv/requirements.txt @@ -1,12 +1,12 @@ # Common packages psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 pandas~=2.2.3 python-dotenv==1.0.0 fastapi-filter[sqlalchemy]==1.0.0 diff --git a/functions-python/feed_sync_dispatcher_transitland/requirements.txt b/functions-python/feed_sync_dispatcher_transitland/requirements.txt index 74ecc9807..68e5c225a 100644 --- a/functions-python/feed_sync_dispatcher_transitland/requirements.txt +++ b/functions-python/feed_sync_dispatcher_transitland/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 pandas # SQL Alchemy and Geo Alchemy diff --git a/functions-python/feed_sync_process_transitland/requirements.txt b/functions-python/feed_sync_process_transitland/requirements.txt index d6c998465..c2e85e3d3 100644 --- a/functions-python/feed_sync_process_transitland/requirements.txt +++ b/functions-python/feed_sync_process_transitland/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/gbfs_validator/requirements.txt b/functions-python/gbfs_validator/requirements.txt index ef2fb2215..dbe47b328 100644 --- a/functions-python/gbfs_validator/requirements.txt +++ b/functions-python/gbfs_validator/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/helpers/requirements.txt b/functions-python/helpers/requirements.txt index 35db766a3..5dc652105 100644 --- a/functions-python/helpers/requirements.txt +++ b/functions-python/helpers/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 python-dotenv==1.0.0 # SQL Alchemy and Geo Alchemy diff --git a/functions-python/operations_api/requirements.txt b/functions-python/operations_api/requirements.txt index 536e57997..738838bf7 100644 --- a/functions-python/operations_api/requirements.txt +++ b/functions-python/operations_api/requirements.txt @@ -1,8 +1,8 @@ -aiohttp~=3.10.5 +aiohttp~=3.13.1 asgiref~=3.8.1 asyncio~=3.4.3 attrs~=23.1.0 -certifi==2025.8.3 +certifi==2025.10.5 email-validator==2.0.0 fastapi==0.115.2 httpx @@ -11,13 +11,13 @@ pluggy~=1.5.0 promise==2.3 pydantic>=2 python-dotenv==0.17.1 -python-multipart==0.0.7 +python-multipart==0.0.18 PyYAML>=5.4.1,<6.1.0 -requests==2.32.3 +requests==2.32.4 Rx==1.6.1 -starlette==0.40.0 +starlette==0.47.2 typing-extensions==4.10.0 -ujson==4.0.2 +ujson==5.4.0 urllib3~=2.5.0 uvicorn uvloop==0.19.0 diff --git a/functions-python/pmtiles_builder/requirements.txt b/functions-python/pmtiles_builder/requirements.txt index d111549b4..298c7b59a 100644 --- a/functions-python/pmtiles_builder/requirements.txt +++ b/functions-python/pmtiles_builder/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 -urllib3~=2.2.2 -requests~=2.32.3 +urllib3~=2.5.0 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2024.7.4 +certifi~=2025.10.5 fastapi uvicorn[standard] diff --git a/functions-python/preprocessed_analytics/requirements.txt b/functions-python/preprocessed_analytics/requirements.txt index 910b6206a..b991f213f 100644 --- a/functions-python/preprocessed_analytics/requirements.txt +++ b/functions-python/preprocessed_analytics/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/process_validation_report/requirements.txt b/functions-python/process_validation_report/requirements.txt index 1dd9ca698..34e7cc051 100644 --- a/functions-python/process_validation_report/requirements.txt +++ b/functions-python/process_validation_report/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/requirements_dev.txt b/functions-python/requirements_dev.txt index 1f4ef2c64..1996bd568 100644 --- a/functions-python/requirements_dev.txt +++ b/functions-python/requirements_dev.txt @@ -1,4 +1,4 @@ # Linting requirements flake8==6.0.0 -black==23.3.0 +black==24.3.0 pre-commit==3.4.0 \ No newline at end of file diff --git a/functions-python/reverse_geolocation/requirements.txt b/functions-python/reverse_geolocation/requirements.txt index af89ab5bf..727701bed 100644 --- a/functions-python/reverse_geolocation/requirements.txt +++ b/functions-python/reverse_geolocation/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/reverse_geolocation_populate/requirements.txt b/functions-python/reverse_geolocation_populate/requirements.txt index aed4b7319..0496e6eb9 100644 --- a/functions-python/reverse_geolocation_populate/requirements.txt +++ b/functions-python/reverse_geolocation_populate/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/tasks_executor/requirements.txt b/functions-python/tasks_executor/requirements.txt index 0dbf26655..f6b69fff8 100644 --- a/functions-python/tasks_executor/requirements.txt +++ b/functions-python/tasks_executor/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 fastapi uvicorn[standard] psutil diff --git a/functions-python/tokens/requirements.txt b/functions-python/tokens/requirements.txt index 975a1c359..ddea66f07 100644 --- a/functions-python/tokens/requirements.txt +++ b/functions-python/tokens/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # Flask dependencies for OpenAPI implementation flask diff --git a/functions-python/update_feed_status/requirements.txt b/functions-python/update_feed_status/requirements.txt index 1dd9ca698..34e7cc051 100644 --- a/functions-python/update_feed_status/requirements.txt +++ b/functions-python/update_feed_status/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/update_validation_report/requirements.txt b/functions-python/update_validation_report/requirements.txt index 2409548f8..e126c3c36 100644 --- a/functions-python/update_validation_report/requirements.txt +++ b/functions-python/update_validation_report/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/validation_to_ndjson/requirements.txt b/functions-python/validation_to_ndjson/requirements.txt index f69cdd3da..ec9d6aebd 100644 --- a/functions-python/validation_to_ndjson/requirements.txt +++ b/functions-python/validation_to_ndjson/requirements.txt @@ -2,13 +2,13 @@ functions-framework==3.* google-cloud-logging psycopg2-binary==2.9.6 -aiohttp~=3.10.5 +aiohttp~=3.13.1 asyncio~=3.4.3 urllib3~=2.5.0 -requests~=2.32.3 +requests~=2.32.5 attrs~=23.1.0 pluggy~=1.3.0 -certifi~=2025.8.3 +certifi~=2025.10.5 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/integration-tests/requirements_dev.txt b/integration-tests/requirements_dev.txt index 1f4ef2c64..1996bd568 100644 --- a/integration-tests/requirements_dev.txt +++ b/integration-tests/requirements_dev.txt @@ -1,4 +1,4 @@ # Linting requirements flake8==6.0.0 -black==23.3.0 +black==24.3.0 pre-commit==3.4.0 \ No newline at end of file