From 33e0d5b428c456f56e6b465a421d319fd944402c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:53:03 +0000 Subject: [PATCH] Bump flask from 2.2.3 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 2.2.3 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/2.2.3...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13db31e..7bb733b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "Brotli==1.0.9", "Flask-Compress==1.13", - "Flask==2.2.3", + "Flask==2.3.2", "Jinja2==3.1.2", "MarkupSafe==2.1.2", "SQLAlchemy[mypy]==2.0.16",