From fec9554e3c92f86f987eab476f3ad6c292a631b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:01:21 +0000 Subject: [PATCH] Bump flask from 2.2.5 to 2.3.3 Bumps [flask](https://github.com/pallets/flask) from 2.2.5 to 2.3.3. - [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/2.2.5...2.3.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68a4bd4ed..28a5ed18d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ peewee==3.9.5 -Flask==2.2.5 +Flask==2.3.3 Werkzeug==2.2.3 gunicorn==20.1.0