diff --git a/api/requirements.txt b/api/requirements.txt index 716fb8382..0f4206665 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,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 +idna==3.15 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 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 -urllib3==2.6.3 +ujson==5.12.1 +urllib3==2.7.0 uvicorn==0.30.1 uvloop==0.17.0 watchgod==0.7 diff --git a/api/requirements_dev.txt b/api/requirements_dev.txt index c8235a9e1..ab4911121 100644 --- a/api/requirements_dev.txt +++ b/api/requirements_dev.txt @@ -1,5 +1,5 @@ #Testing -pytest>=3.2.3 +pytest>=9.1.0 flake8==6.0.0 black==26.3.1 pytest-mock diff --git a/functions-python/backfill_dataset_service_date_range/requirements.txt b/functions-python/backfill_dataset_service_date_range/requirements.txt index 1a0dc994d..6038d30a5 100644 --- a/functions-python/backfill_dataset_service_date_range/requirements.txt +++ b/functions-python/backfill_dataset_service_date_range/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/backfill_dataset_service_date_range/requirements_dev.txt b/functions-python/backfill_dataset_service_date_range/requirements_dev.txt index 9ee50adce..4505c989c 100644 --- a/functions-python/backfill_dataset_service_date_range/requirements_dev.txt +++ b/functions-python/backfill_dataset_service_date_range/requirements_dev.txt @@ -1,2 +1,2 @@ Faker -pytest~=7.4.3 \ No newline at end of file +pytest~=9.1.0 \ No newline at end of file diff --git a/functions-python/batch_datasets/requirements.txt b/functions-python/batch_datasets/requirements.txt index e02edc708..68945f27b 100644 --- a/functions-python/batch_datasets/requirements.txt +++ b/functions-python/batch_datasets/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/batch_datasets/requirements_dev.txt b/functions-python/batch_datasets/requirements_dev.txt index 9ee50adce..4505c989c 100644 --- a/functions-python/batch_datasets/requirements_dev.txt +++ b/functions-python/batch_datasets/requirements_dev.txt @@ -1,2 +1,2 @@ Faker -pytest~=7.4.3 \ No newline at end of file +pytest~=9.1.0 \ No newline at end of file diff --git a/functions-python/batch_process_dataset/requirements.txt b/functions-python/batch_process_dataset/requirements.txt index a31c73804..8e872fba4 100644 --- a/functions-python/batch_process_dataset/requirements.txt +++ b/functions-python/batch_process_dataset/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/batch_process_dataset/requirements_dev.txt b/functions-python/batch_process_dataset/requirements_dev.txt index decfdcbb9..d01598335 100644 --- a/functions-python/batch_process_dataset/requirements_dev.txt +++ b/functions-python/batch_process_dataset/requirements_dev.txt @@ -1,5 +1,5 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock python-dotenv~=1.2.2 diff --git a/functions-python/big_query_ingestion/requirements.txt b/functions-python/big_query_ingestion/requirements.txt index 22db6b63d..34451cb49 100644 --- a/functions-python/big_query_ingestion/requirements.txt +++ b/functions-python/big_query_ingestion/requirements.txt @@ -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.5.20 # Google specific packages for this function google-cloud-bigquery diff --git a/functions-python/big_query_ingestion/requirements_dev.txt b/functions-python/big_query_ingestion/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/big_query_ingestion/requirements_dev.txt +++ b/functions-python/big_query_ingestion/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file diff --git a/functions-python/dataset_service/requirements_dev.txt b/functions-python/dataset_service/requirements_dev.txt index dc81fbf6d..ac8e5b481 100644 --- a/functions-python/dataset_service/requirements_dev.txt +++ b/functions-python/dataset_service/requirements_dev.txt @@ -1,5 +1,5 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock functions-framework==3.* diff --git a/functions-python/export_csv/requirements.txt b/functions-python/export_csv/requirements.txt index 462eaa427..506c90156 100644 --- a/functions-python/export_csv/requirements.txt +++ b/functions-python/export_csv/requirements.txt @@ -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.5.20 pandas~=2.2.3 python-dotenv==1.2.2 fastapi-filter[sqlalchemy]==1.0.0 diff --git a/functions-python/export_csv/requirements_dev.txt b/functions-python/export_csv/requirements_dev.txt index 9ee50adce..4505c989c 100644 --- a/functions-python/export_csv/requirements_dev.txt +++ b/functions-python/export_csv/requirements_dev.txt @@ -1,2 +1,2 @@ Faker -pytest~=7.4.3 \ No newline at end of file +pytest~=9.1.0 \ No newline at end of file diff --git a/functions-python/gbfs_validator/requirements.txt b/functions-python/gbfs_validator/requirements.txt index d2a48404b..7ee62ac9e 100644 --- a/functions-python/gbfs_validator/requirements.txt +++ b/functions-python/gbfs_validator/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/gbfs_validator/requirements_dev.txt b/functions-python/gbfs_validator/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/gbfs_validator/requirements_dev.txt +++ b/functions-python/gbfs_validator/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file diff --git a/functions-python/helpers/requirements.txt b/functions-python/helpers/requirements.txt index d8d428e37..9bc02f2b8 100644 --- a/functions-python/helpers/requirements.txt +++ b/functions-python/helpers/requirements.txt @@ -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.5.20 python-dotenv==1.2.2 # SQL Alchemy and Geo Alchemy diff --git a/functions-python/helpers/requirements_dev.txt b/functions-python/helpers/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/helpers/requirements_dev.txt +++ b/functions-python/helpers/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file diff --git a/functions-python/operations_api/requirements.txt b/functions-python/operations_api/requirements.txt index afbb84da7..0425fe6f9 100644 --- a/functions-python/operations_api/requirements.txt +++ b/functions-python/operations_api/requirements.txt @@ -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.5.20 email-validator==2.0.0 fastapi==0.115.2 httpx @@ -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.31 PyYAML>=5.4.1,<6.1.0 requests==2.33.0 Rx==1.6.1 -starlette==0.40.0 +starlette==1.3.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 diff --git a/functions-python/pmtiles_builder/requirements.txt b/functions-python/pmtiles_builder/requirements.txt index 9a3ceaed1..e43152c7a 100644 --- a/functions-python/pmtiles_builder/requirements.txt +++ b/functions-python/pmtiles_builder/requirements.txt @@ -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.5.20 fastapi uvicorn[standard] diff --git a/functions-python/pmtiles_builder/requirements_dev.txt b/functions-python/pmtiles_builder/requirements_dev.txt index a39aa8f97..bd5f3741d 100644 --- a/functions-python/pmtiles_builder/requirements_dev.txt +++ b/functions-python/pmtiles_builder/requirements_dev.txt @@ -1,5 +1,5 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock psutil diff --git a/functions-python/preprocessed_analytics/requirements.txt b/functions-python/preprocessed_analytics/requirements.txt index e67377b88..b1f34dfb1 100644 --- a/functions-python/preprocessed_analytics/requirements.txt +++ b/functions-python/preprocessed_analytics/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/preprocessed_analytics/requirements_dev.txt b/functions-python/preprocessed_analytics/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/preprocessed_analytics/requirements_dev.txt +++ b/functions-python/preprocessed_analytics/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file diff --git a/functions-python/process_validation_report/requirements.txt b/functions-python/process_validation_report/requirements.txt index 2a14dabd6..ec32bd9c7 100644 --- a/functions-python/process_validation_report/requirements.txt +++ b/functions-python/process_validation_report/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/process_validation_report/requirements_dev.txt b/functions-python/process_validation_report/requirements_dev.txt index 9ee50adce..4505c989c 100644 --- a/functions-python/process_validation_report/requirements_dev.txt +++ b/functions-python/process_validation_report/requirements_dev.txt @@ -1,2 +1,2 @@ Faker -pytest~=7.4.3 \ No newline at end of file +pytest~=9.1.0 \ No newline at end of file diff --git a/functions-python/reverse_geolocation/requirements.txt b/functions-python/reverse_geolocation/requirements.txt index 23ca73904..909b23bf8 100644 --- a/functions-python/reverse_geolocation/requirements.txt +++ b/functions-python/reverse_geolocation/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/reverse_geolocation/requirements_dev.txt b/functions-python/reverse_geolocation/requirements_dev.txt index 368e97442..247120779 100644 --- a/functions-python/reverse_geolocation/requirements_dev.txt +++ b/functions-python/reverse_geolocation/requirements_dev.txt @@ -1,5 +1,5 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock gcp-storage-emulator diff --git a/functions-python/reverse_geolocation_populate/requirements.txt b/functions-python/reverse_geolocation_populate/requirements.txt index a8bc82cde..a2b357f30 100644 --- a/functions-python/reverse_geolocation_populate/requirements.txt +++ b/functions-python/reverse_geolocation_populate/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/reverse_geolocation_populate/requirements_dev.txt b/functions-python/reverse_geolocation_populate/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/reverse_geolocation_populate/requirements_dev.txt +++ b/functions-python/reverse_geolocation_populate/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file diff --git a/functions-python/tasks_executor/requirements.txt b/functions-python/tasks_executor/requirements.txt index b0367c013..2141f9143 100644 --- a/functions-python/tasks_executor/requirements.txt +++ b/functions-python/tasks_executor/requirements.txt @@ -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.5.20 fastapi uvicorn[standard] psutil diff --git a/functions-python/tasks_executor/requirements_dev.txt b/functions-python/tasks_executor/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/tasks_executor/requirements_dev.txt +++ b/functions-python/tasks_executor/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file diff --git a/functions-python/tokens/requirements.txt b/functions-python/tokens/requirements.txt index 477601c19..00981b55f 100644 --- a/functions-python/tokens/requirements.txt +++ b/functions-python/tokens/requirements.txt @@ -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.5.20 # Flask dependencies for OpenAPI implementation flask diff --git a/functions-python/tokens/requirements_dev.txt b/functions-python/tokens/requirements_dev.txt index 3afe2a279..f4e6b6e9d 100644 --- a/functions-python/tokens/requirements_dev.txt +++ b/functions-python/tokens/requirements_dev.txt @@ -1,3 +1,3 @@ #Testing -pytest>=3.2.3 +pytest>=9.1.0 pytest_mock>=3.11.1 \ No newline at end of file diff --git a/functions-python/update_feed_status/requirements.txt b/functions-python/update_feed_status/requirements.txt index 2a14dabd6..ec32bd9c7 100644 --- a/functions-python/update_feed_status/requirements.txt +++ b/functions-python/update_feed_status/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/update_feed_status/requirements_dev.txt b/functions-python/update_feed_status/requirements_dev.txt index 9ee50adce..4505c989c 100644 --- a/functions-python/update_feed_status/requirements_dev.txt +++ b/functions-python/update_feed_status/requirements_dev.txt @@ -1,2 +1,2 @@ Faker -pytest~=7.4.3 \ No newline at end of file +pytest~=9.1.0 \ No newline at end of file diff --git a/functions-python/validation_to_ndjson/requirements.txt b/functions-python/validation_to_ndjson/requirements.txt index 694cd7e4c..593ac6edc 100644 --- a/functions-python/validation_to_ndjson/requirements.txt +++ b/functions-python/validation_to_ndjson/requirements.txt @@ -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.5.20 # SQL Alchemy and Geo Alchemy SQLAlchemy==2.0.23 diff --git a/functions-python/validation_to_ndjson/requirements_dev.txt b/functions-python/validation_to_ndjson/requirements_dev.txt index 800a4ac11..086feda66 100644 --- a/functions-python/validation_to_ndjson/requirements_dev.txt +++ b/functions-python/validation_to_ndjson/requirements_dev.txt @@ -1,4 +1,4 @@ Faker -pytest~=7.4.3 +pytest~=9.1.0 urllib3-mock requests-mock \ No newline at end of file