From 73ffc2702a5d9ee8362defcfce39c12e7dad919d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:39:56 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.10 (#115) Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.10. - [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.4...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 209b5f0..e4ea278 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ email-validator==2.2.0 # via pydantic genson==1.2.2 # via datamodel-code-generator -idna==3.4 +idna==3.10 # via email-validator inflect==5.6.2 # via datamodel-code-generator