From 784567a5a50216fb7f4f4c7e23ae183df15a28f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 19:19:27 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.0 Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.0. - [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.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 409f284..6e03380 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "chardet==3.0.4", "contextvars==2.4; python_version < '3.7'", "docopt==0.6.2", - "idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "idna==3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "immutables==0.14; python_version >= '3.5'", "loguru==0.5.1", "requests==2.24.0",