From e7159c8cf6c2bd92363d761cb024a60c1f6a0e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 19:43:01 +0000 Subject: [PATCH] Bump flask in /Chapter 8/restful_python_chapter_08_02/api Bumps [flask](https://github.com/pallets/flask) from 0.11.1 to 2.3.2. - [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.11.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter 8/restful_python_chapter_08_02/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 8/restful_python_chapter_08_02/api/requirements.txt b/Chapter 8/restful_python_chapter_08_02/api/requirements.txt index 8ed3d1d..8859722 100644 --- a/Chapter 8/restful_python_chapter_08_02/api/requirements.txt +++ b/Chapter 8/restful_python_chapter_08_02/api/requirements.txt @@ -3,7 +3,7 @@ aniso8601==1.1.0 click==6.6 cov-core==1.15.0 coverage==4.2 -Flask==0.11.1 +Flask==2.3.2 Flask-HTTPAuth==3.2.1 flask-marshmallow==0.7.0 Flask-Migrate==2.0.0