From 2df61964f8c15a07a8c26d78f5924ccea2435bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 13:59:41 +0000 Subject: [PATCH] Bump flask from 1.1.2 to 2.2.5 in /weather-flask Bumps [flask](https://github.com/pallets/flask) from 1.1.2 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.1.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- weather-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-flask/requirements.txt b/weather-flask/requirements.txt index e4c5de6..7aec8a7 100644 --- a/weather-flask/requirements.txt +++ b/weather-flask/requirements.txt @@ -1,5 +1,5 @@ click==7.1.2 -Flask==1.1.2 +Flask==2.2.5 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1