From d5979ea5055d7b93b8f1638a7242838bd6017df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:01:00 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /cli Bumps [idna](https://github.com/kjd/idna) from 3.4 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.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 4630deec..f67fc397 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "certifi==2023.7.22", "chardet==5.1.0", "colorama==0.4.6", - "idna==3.4", + "idna==3.7", "importlib-metadata==6.7.0", "jsonschema==4.17.3", "pyrsistent==0.19.3",