From 1f82427b86b3d91e67a5f2335a4564400e7af6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:39:26 +0200 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 (#44) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 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.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stable-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable-requirements.txt b/stable-requirements.txt index 1c5ce8f..81e83d9 100644 --- a/stable-requirements.txt +++ b/stable-requirements.txt @@ -18,5 +18,5 @@ PyYAML==6.0.1 requests==2.31.0 sortedcontainers==2.4.0 text-unidecode==1.3 -urllib3==2.0.7 +urllib3==2.2.2 xmltodict==0.13.0