From 24f8b80bdcdd045199023a89f9c5568183213ada Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Jan 2021 13:55:42 -0300 Subject: [PATCH] Update idna from 2.6 to 3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 585fa84..81ddd66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2018.4.16 chardet==3.0.4 -idna==2.6 +idna==3.1 requests==2.18.4 urllib3==1.22