From 86eff469a90026f5e400a297163d3742d7cdf32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 05:27:03 +0000 Subject: [PATCH] Bump flask from 0.12 to 1.0 in /ch05/photolog Bumps [flask](https://github.com/pallets/flask) from 0.12 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12...1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch05/photolog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05/photolog/requirements.txt b/ch05/photolog/requirements.txt index 37f6f05..aff7a80 100644 --- a/ch05/photolog/requirements.txt +++ b/ch05/photolog/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==2.0.4 click==7.1.2 dnspython==2.1.0 email-validator==1.1.3 -Flask==0.12 +Flask==1.0 greenlet==1.1.1 idna==3.2 itsdangerous==2.0.1