From 1938bbf22758c96273f2a6538eea8b0681771ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:47:33 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [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.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f5caef9b9..596cd41d0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -449,7 +449,7 @@ typing-extensions==4.12.2 # typer ujson==5.10.0 # via fastapi -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # docker diff --git a/requirements.txt b/requirements.txt index 4c8c2cdbd..e96e13484 100644 --- a/requirements.txt +++ b/requirements.txt @@ -321,7 +321,7 @@ typing-extensions==4.12.2 # typer ujson==5.10.0 # via fastapi -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # requests