From 68d263b94aa97c289685a9855be19c95153996e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:32:23 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- functions-python/batch_datasets/requirements.txt | 2 +- functions-python/batch_process_dataset/requirements.txt | 2 +- functions-python/big_query_ingestion/requirements.txt | 2 +- functions-python/extract_location/requirements.txt | 2 +- functions-python/gbfs_validator/requirements.txt | 2 +- functions-python/helpers/requirements.txt | 2 +- functions-python/preprocessed_analytics/requirements.txt | 2 +- functions-python/update_validation_report/requirements.txt | 2 +- functions-python/validation_report_processor/requirements.txt | 2 +- functions-python/validation_to_ndjson/requirements.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/functions-python/batch_datasets/requirements.txt b/functions-python/batch_datasets/requirements.txt index 4dc3b176e..bd2b76d11 100644 --- a/functions-python/batch_datasets/requirements.txt +++ b/functions-python/batch_datasets/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/batch_process_dataset/requirements.txt b/functions-python/batch_process_dataset/requirements.txt index 5309c4e65..c85e734b1 100644 --- a/functions-python/batch_process_dataset/requirements.txt +++ b/functions-python/batch_process_dataset/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/big_query_ingestion/requirements.txt b/functions-python/big_query_ingestion/requirements.txt index a07655518..a63f05f13 100644 --- a/functions-python/big_query_ingestion/requirements.txt +++ b/functions-python/big_query_ingestion/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/extract_location/requirements.txt b/functions-python/extract_location/requirements.txt index 3b5efb0e5..2a598db66 100644 --- a/functions-python/extract_location/requirements.txt +++ b/functions-python/extract_location/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/gbfs_validator/requirements.txt b/functions-python/gbfs_validator/requirements.txt index 6aed59b86..0a342cd5e 100644 --- a/functions-python/gbfs_validator/requirements.txt +++ b/functions-python/gbfs_validator/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/helpers/requirements.txt b/functions-python/helpers/requirements.txt index 0c58ed566..2e8cde0fb 100644 --- a/functions-python/helpers/requirements.txt +++ b/functions-python/helpers/requirements.txt @@ -10,7 +10,7 @@ google-cloud-bigquery psycopg2-binary==2.9.6 aiohttp asyncio -urllib3~=2.1.0 +urllib3~=2.2.3 SQLAlchemy==2.0.23 geoalchemy2==0.14.7 requests~=2.31.0 diff --git a/functions-python/preprocessed_analytics/requirements.txt b/functions-python/preprocessed_analytics/requirements.txt index a07655518..a63f05f13 100644 --- a/functions-python/preprocessed_analytics/requirements.txt +++ b/functions-python/preprocessed_analytics/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/update_validation_report/requirements.txt b/functions-python/update_validation_report/requirements.txt index ea9e7f410..8c03c8335 100644 --- a/functions-python/update_validation_report/requirements.txt +++ b/functions-python/update_validation_report/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/validation_report_processor/requirements.txt b/functions-python/validation_report_processor/requirements.txt index 9c78f7c9d..8f2fa16e2 100644 --- a/functions-python/validation_report_processor/requirements.txt +++ b/functions-python/validation_report_processor/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0 diff --git a/functions-python/validation_to_ndjson/requirements.txt b/functions-python/validation_to_ndjson/requirements.txt index a07655518..a63f05f13 100644 --- a/functions-python/validation_to_ndjson/requirements.txt +++ b/functions-python/validation_to_ndjson/requirements.txt @@ -4,7 +4,7 @@ google-cloud-logging psycopg2-binary==2.9.6 aiohttp~=3.10.5 asyncio~=3.4.3 -urllib3~=2.2.2 +urllib3~=2.2.3 requests~=2.32.3 attrs~=23.1.0 pluggy~=1.3.0