From 0b0be67280b63f7559fe4eb74eebb11fdcd4c9a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 12:14:38 +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] --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 75c81c8a..61a66cfb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ flake8==3.8.3 gitchangelog==3.0.4 gitdb2==4.0.2 # via gitpython gitpython==3.1.7 # via sphinx-git -idna==2.10 # via requests +idna==3.0 # via requests imagesize==1.2.0 # via sphinx isort==5.2.1 # via pylint jinja2==2.11.2 # via sphinx diff --git a/requirements-test.txt b/requirements-test.txt index f87b6cd2..ef02831b 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -9,7 +9,7 @@ datadiff==2.0.0 execnet==1.7.1 # via pytest-cache httmock==1.3.0 hypothesis==5.23.3 -idna==2.10 # via requests +idna==3.0 # via requests pep8==1.7.1 # via pytest-pep8 py==1.9.0 # via pytest, pytest-catchlog pytest-cache==1.0 diff --git a/requirements.txt b/requirements.txt index 37e04646..751a4690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ colorama==0.4.3 future==0.18.2 # via pefile geographiclib==1.50 # via polycircles humanize==2.5.0 -idna==2.10 # via requests +idna==3.0 # via requests metar==1.7.0 mpmath==1.1.0 natsort==7.0.1