From b583dae4e3eefb6b48a12cf4e2d648465d6de584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:04:42 +0000 Subject: [PATCH] Bump idna from 2.7 to 3.7 in /util/pingdom Bumps [idna](https://github.com/kjd/idna) from 2.7 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.7...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- util/pingdom/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pingdom/requirements.txt b/util/pingdom/requirements.txt index a219eadfd80..9b38fe93e25 100644 --- a/util/pingdom/requirements.txt +++ b/util/pingdom/requirements.txt @@ -7,7 +7,7 @@ certifi==2020.4.5.1 # via requests chardet==3.0.4 # via requests click==6.7 # via -r requirements/pingdom.in -idna==2.7 # via requests +idna==3.7 # via requests pyyaml==3.12 # via -r requirements/pingdom.in requests==2.20.0 # via -r requirements/pingdom.in six==1.14.0 # via -r requirements/pingdom.in