From d3da61d7a2a7b3dc8cd7ed89433f35e39e12cb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:12:37 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.7 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5115677..4ee8de9 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ async-timeout = "==3.0.1" attrs = "==19.1.0" cffi = "==1.12.3" chardet = "==3.0.4" -idna = "==2.8" +idna = "==3.7" isort = "==4.3.21" lazy-object-proxy = "==1.4.2" lxml = "==4.4.1"