From b9110ae1d1b1274f82d888b7b90a63ae031c2805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:37:11 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.3.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.1...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c06f3fb..1adcd3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ idna==3.6 ; python_version >= "3.11" and python_version < "3.13" python-decouple==3.8 ; python_version >= "3.11" and python_version < "3.13" python-steamgriddb==1.0.5 ; python_version >= "3.11" and python_version < "3.13" requests==2.31.0 ; python_version >= "3.11" and python_version < "3.13" -urllib3==2.2.1 ; python_version >= "3.11" and python_version < "3.13" +urllib3==2.3.0 ; python_version >= "3.11" and python_version < "3.13" vdf==3.4 ; python_version >= "3.11" and python_version < "3.13"