From 26694f10217a831713e19f8d0c21bfadfafa25db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:33:06 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement 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](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- functions-python/batch_datasets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-python/batch_datasets/requirements.txt b/functions-python/batch_datasets/requirements.txt index 6032fea53..35c68e01e 100644 --- a/functions-python/batch_datasets/requirements.txt +++ b/functions-python/batch_datasets/requirements.txt @@ -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