From 09b2ddbb49b64113fab5b15cd43666e730dd1f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:42:43 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.2.2 to 2.3.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cca68fc..ceffc34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0 requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" -urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0" +urllib3==2.3.0 ; python_version >= "3.8" and python_version < "4.0" From 1934e9d6bb15eed11dc757192ffc08f13baf64d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:43:00 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ceffc34..cca68fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0 requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" -urllib3==2.3.0 ; python_version >= "3.8" and python_version < "4.0" +urllib3==2.2.2 ; python_version >= "3.8" and python_version < "4.0"