From 33edc5f83a50e7b2cee8309d59206300f335de4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:57:55 +0000 Subject: [PATCH] Bump idna from 2.7 to 3.7 in /iceesclient 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] --- iceesclient/iceesclient_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceesclient/iceesclient_requirements.txt b/iceesclient/iceesclient_requirements.txt index dbdfbe9..5a4f99a 100644 --- a/iceesclient/iceesclient_requirements.txt +++ b/iceesclient/iceesclient_requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 chardet==3.0.4 -idna==2.7 +idna==3.7 requests==2.31.0 urllib3==1.26.18