From 8a9868fe7d1725eea00b4230e4a80dce6de0c3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:10:20 -0700 Subject: [PATCH] Bump flask from 1.0 to 2.2.5 in /book (#30) Bumps [flask](https://github.com/pallets/flask) from 1.0 to 2.2.5. - [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/1.0...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- book/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/requirements.txt b/book/requirements.txt index ac701d0..d978c3a 100644 --- a/book/requirements.txt +++ b/book/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.0 +Flask==2.2.5 SQLAlchemy==0.9.7 bpython==0.13.1 coverage==3.7.1