Skip to content

Commit

Permalink
chore(deps): update urllib3 requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.

Updates `urllib3` to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.1.0...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent e1823aa commit 5336965
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion functions-python/batch_datasets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-datastore
psycopg2-binary==2.9.6
aiohttp~=3.8.6
asyncio~=3.4.3
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/batch_process_dataset/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ google-cloud-bigquery
psycopg2-binary==2.9.6
aiohttp
asyncio
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/big_query_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-storage
psycopg2-binary==2.9.6
aiohttp~=3.8.6
asyncio~=3.4.3
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/extract_location/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-datastore
psycopg2-binary==2.9.6
aiohttp~=3.8.6
asyncio~=3.4.3
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/gbfs_validator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ google-cloud-datastore
psycopg2-binary==2.9.6
aiohttp
asyncio
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ google-cloud-bigquery
psycopg2-binary==2.9.6
aiohttp
asyncio
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==1.4.49
geoalchemy2
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/update_validation_report/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-workflows
psycopg2-binary==2.9.6
aiohttp~=3.8.6
asyncio~=3.4.3
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ google-cloud-logging
psycopg2-binary==2.9.6
aiohttp~=3.8.6
asyncio~=3.4.3
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down
2 changes: 1 addition & 1 deletion functions-python/validation_to_ndjson/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-storage
psycopg2-binary==2.9.6
aiohttp~=3.8.6
asyncio~=3.4.3
urllib3~=2.1.0
urllib3~=2.2.2
SQLAlchemy==2.0.23
geoalchemy2==0.14.7
requests~=2.31.0
Expand Down

0 comments on commit 5336965

Please sign in to comment.