From d17a033042c83410d6d9abeebc08725e89188b58 Mon Sep 17 00:00:00 2001 From: Jochen Emig Date: Sat, 25 Jan 2020 09:53:47 +0100 Subject: [PATCH 1/2] Updated Flask --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3daf5e2..c569410 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ decorator==4.4.0 docopt==0.6.2 docutils==0.14 fancycompleter==0.8 -Flask==1.0.2 +Flask==1.1.1 flask-shell-ipython==0.4.1 idna==2.8 imagesize==1.1.0 From e939266e0a9ea1d741ace0a1512c922e2f0575ce Mon Sep 17 00:00:00 2001 From: Jochen Emig Date: Sat, 25 Jan 2020 09:54:23 +0100 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a72bc7f..d2ebf2e 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ long_description_content_type='text/markdown', install_requires=[ 'dataclasses==0.6;python_version<"3.7"', - 'Flask==1.0.2', + 'Flask==1.1.1', 'marshmallow[reco]==3.0.0rc5', # Marshmallow with recommended deps 'marshmallow-enum==1.4.1', 'PyYAML==5.1',