From 9b60e8bc79ea68f5d74357c16c4125178100b557 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Feb 2022 19:58:56 +0000 Subject: [PATCH] Update dependency idna to v3.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83926af..d4887ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ddtrace==0.57.3; (python_version >= "2.7" and python_full_version < "3.0.0") or faker==8.11.0; python_version >= "3.6" flask-assets==2.0 flask==2.0.3; python_version >= "3.6" -idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" +idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" itsdangerous==2.0.1; python_version >= "3.6" jinja2==3.0.3; python_version >= "3.6" markupsafe==2.0.1; python_version >= "3.6"