From 04ec2ab84a8dd4431b50770dc8e686c87df83b56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:52:17 -0500 Subject: [PATCH] build(deps): bump flask from 3.0.3 to 3.1.0 in /client (#572) Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.0. - [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/3.0.3...3.1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index c0756452..be378407 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,5 +1,5 @@ flask==2.2.5;python_version<"3.8" -flask==3.0.3;python_version>="3.8" +flask==3.1.0;python_version>="3.8" python-dotenv==0.21.1;python_version<"3.8" python-dotenv==1.0.1;python_version>="3.8" rq==2.0.0