From 84ba32335b051ae2ff4713f30a31aa2caee0fb22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:06:10 +0000 Subject: [PATCH] Bump idna from 3.2 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.2 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/v3.2...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 5e75641..5d9627c 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ colorama = "==0.4.4" commonmark = "==0.9.1" dynaconf = "==3.1.7" emoji = "==1.5.0" -idna = "==3.2" +idna = "==3.7" jmespath = "==0.10.0" loguru = "==0.5.3" requests = "==2.31.0"