From 1d4de8684d06f224834e8ff4dd0d22658ce5c45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:51:42 +0200 Subject: [PATCH] chore(deps): bump urllib3 from 2.0.7 to 2.2.2 in /preprocessing/dummy (#2162) 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> --- preprocessing/dummy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessing/dummy/requirements.txt b/preprocessing/dummy/requirements.txt index fa619d8e4..4f85e0439 100644 --- a/preprocessing/dummy/requirements.txt +++ b/preprocessing/dummy/requirements.txt @@ -2,4 +2,4 @@ certifi==2023.7.22 charset-normalizer==3.2.0 idna==3.7 requests==2.32.0 -urllib3==2.0.7 +urllib3==2.2.2