From 323980b7a58f4a76c384679e8107d4437cfbc3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:56:02 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.7 in /tag2domain_api Bumps [idna](https://github.com/kjd/idna) from 2.10 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.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tag2domain_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag2domain_api/requirements.txt b/tag2domain_api/requirements.txt index c21b424..fd70271 100644 --- a/tag2domain_api/requirements.txt +++ b/tag2domain_api/requirements.txt @@ -26,7 +26,7 @@ zipp==3.1.0 python-dotenv==0.14.0 dnspython==1.16.0 filelock==3.0.12 -idna==2.10 +idna==3.7 iniconfig==1.0.0 py3-validate-email==0.2.9 toml==0.10.1