From 4a322dee2a88c52dfd2ac1eccddac4913c3c1172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:30:17 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.7 in /yts_torrents Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.8...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yts_torrents/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yts_torrents/requirements.txt b/yts_torrents/requirements.txt index 3139262..5a4f99a 100644 --- a/yts_torrents/requirements.txt +++ b/yts_torrents/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 chardet==3.0.4 -idna==2.8 +idna==3.7 requests==2.31.0 urllib3==1.26.18