From 34b74a8b1e1cd2a88c057b0e13b5fbbd6d5053b1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 20:25:20 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.1 Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.1. - [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.1) 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..a6ed0cb 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.1; 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",