From fb422f0ae7c03d3c4b822eb9fc328eff840e6fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 18:32:49 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.2.5 Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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.1...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index acce4f9..4de0bc5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -flask==1.1.1 +flask==2.2.5 black==19.3b0 flake8==3.7.8 pylint==2.4.2 diff --git a/requirements.txt b/requirements.txt index fa53d64..4c51ddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -flask==1.1.1 +flask==2.2.5 pyjokes==0.6.0 gunicorn==19.9.0 \ No newline at end of file