From be486c9d3ff4db0d39e28b26bcddea0a8500b3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:18:36 +0000 Subject: [PATCH] Update urllib3 requirement from ~=2.2.3 to ~=2.3.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d688bbec..067d7f83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ python-dateutil~=2.9.0 greenlet~=3.1.1 oauthlib~=3.2.2 idna~=3.10 -urllib3~=2.2.3 +urllib3~=2.3.0 setuptools~=75.6.0 musicbrainzngs~=0.7.1 pendulum~=3.0.0