From da2be90b8969bf492e9dc5819983d7c951a1fb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 22:29:13 +0000 Subject: [PATCH] chore(deps): bump flask from 2.2.2 to 2.2.5 in /middleware Bumps [flask](https://github.com/pallets/flask) from 2.2.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/2.2.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- middleware/poetry.lock | 8 ++++---- middleware/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/middleware/poetry.lock b/middleware/poetry.lock index 444c19de..0a5bb502 100644 --- a/middleware/poetry.lock +++ b/middleware/poetry.lock @@ -363,14 +363,14 @@ tomli = "*" [[package]] name = "flask" -version = "2.2.2" +version = "2.2.5" description = "A simple framework for building complex web applications." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "Flask-2.2.2-py3-none-any.whl", hash = "sha256:b9c46cc36662a7949f34b52d8ec7bb59c0d74ba08ba6cb9ce9adc1d8676d9526"}, - {file = "Flask-2.2.2.tar.gz", hash = "sha256:642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b"}, + {file = "Flask-2.2.5-py3-none-any.whl", hash = "sha256:58107ed83443e86067e41eff4631b058178191a355886f8e479e347fa1285fdf"}, + {file = "Flask-2.2.5.tar.gz", hash = "sha256:edee9b0a7ff26621bd5a8c10ff484ae28737a2410d99b0bb9a6850c7fb977aa0"}, ] [package.dependencies] @@ -1280,4 +1280,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "8cddf6801f48326695d47e3d56c40143742b3595ee4943778569e186bfb9b6be" +content-hash = "3cc9770454544e0dd864bd07dbfa9782881d25c5a325b50fe258ed91124b5642" diff --git a/middleware/pyproject.toml b/middleware/pyproject.toml index 3c3e7547..5cf2ba61 100644 --- a/middleware/pyproject.toml +++ b/middleware/pyproject.toml @@ -18,7 +18,7 @@ python = ">=3.10,<3.11" Authlib = "^1.1.0" email-validator = "^1.3.0" environs = "^9.5.0" -Flask = "^2.2.2" +Flask = "^2.2.5" Flask-Login = "^0.6.2" gunicorn = "^20.1.0" pydantic = "^1.10.2"