From bbea9a67ce297c6c35cbec0da945adff2ee70e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:31:01 +0000 Subject: [PATCH] Bump urllib3 from 2.1.0 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.1. - [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.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3f098c98..5a09b850 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -318,7 +318,7 @@ typing-extensions==4.9.0 # pydantic-core tzdata==2024.1 # via pandas -urllib3==2.1.0 +urllib3==2.2.1 # via requests virtualenv==20.24.5 # via pre-commit diff --git a/requirements.txt b/requirements.txt index 769bf687..eafb2ee6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -259,7 +259,7 @@ typing-extensions==4.9.0 # pydantic-core tzdata==2024.1 # via pandas -urllib3==2.1.0 +urllib3==2.2.1 # via requests win32-setctime==1.1.0 # via loguru