From 480c29e5bcb6f1fdb9ce168b1319f67aabbd3d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:01:14 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.4 Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.4. - [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.4) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e3e94383..43f568fa0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def convert_markdown_to_rst(file): "certifi", # we want the latest root certs for security "requests==2.25.0", "chardet==3.0.4", - "idna==2.10", + "idna==3.4", "Jinja2==2.11.2", "MarkupSafe==1.1.1", "PyYAML==5.3.1",