From 1b442741990bc5f7dff82e741e1df37ff86b4d88 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Feb 2022 20:05:38 +0000 Subject: [PATCH] Update dependency flask to v2.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ff2d13..3149eda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and p ddtrace==0.57.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") faker==8.11.0; python_version >= "3.6" flask-assets==2.0 -flask==2.0.1; python_version >= "3.6" +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" itsdangerous==2.0.1; python_version >= "3.6" jinja2==3.0.1; python_version >= "3.6"