From 21cacb7becdc61438147dc248efeda1059546415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:13:37 +0000 Subject: [PATCH] Update idna requirement from ~=3.4 to ~=3.6 Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.6) --- updated-dependencies: - dependency-name: idna 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 b4a28ba8..e31a5e6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ click~=8.1.7 python-dateutil~=2.8.2 greenlet~=3.0.1 oauthlib~=3.2.2 -idna~=3.4 +idna~=3.6 urllib3~=2.1.0 setuptools~=69.0.2 musicbrainzngs~=0.7.1