From b67dd51651b0c71384db89bde9329a2b67e27bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:50:51 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 in /.github/workflows Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index 66c7242..7fe458e 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -56,7 +56,5 @@ stevedore==5.2.0 # via # dogpile-cache # keystoneauth1 -typing-extensions==4.12.1 - # via dogpile-cache -urllib3==2.2.1 +urllib3==2.2.2 # via requests