From 168caf043d815f78172075df64ef9a6d465ce7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Apr 2021 12:41:09 +0000 Subject: [PATCH] chore(deps): 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[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c0662f..fc61164 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ botocore==1.20.44 # via boto3, s3transfer certifi==2020.12.5 # via requests chardet==4.0.0 # via requests click==7.1.2 # via drode (setup.py) -idna==2.10 # via requests +idna==3.1 # via requests importlib-metadata==3.10.0 # via argcomplete jmespath==0.10.0 # via boto3, botocore mypy-extensions==0.4.3 # via drode (setup.py)