From af0c18e8a421a4ee3fd8664a539ca53c8a757902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:53:35 +0000 Subject: [PATCH] Bump flask from 2.2.3 to 2.2.5 in /app/order Bumps [flask](https://github.com/pallets/flask) from 2.2.3 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.3...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/order/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/order/requirements.txt b/app/order/requirements.txt index 9348ce4..a94b589 100644 --- a/app/order/requirements.txt +++ b/app/order/requirements.txt @@ -1,6 +1,6 @@ wheel>=0.40.0 setuptools>=65.5.1 -Flask==2.2.3; python_version >= "3.7" +Flask==2.2.5; python_version >= "3.7" pika==1.3.0; python_version >= "3.7" psycopg2-binary==2.9.9; python_version >= "3.7" prometheus-client==0.16.0; python_version >= "3.7"