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 13, 2024
1 parent daeef88 commit c402cc8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c402cc8

Please sign in to comment.