From 5243f2783da825a251ccad0cc1f7661a813bbef1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 4 Oct 2021 22:22:22 +0200 Subject: [PATCH] Update flask from 1.1.4 to 2.0.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0543efe..0622750 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ include_package_data = true zip_safe = true packages = find: install_requires = - flask==1.1.4 + flask==2.0.2 python-json-logger>=2.0.0 pyyaml>=5.3.1 anyconfig>=0.10.1