From 8c3b21d6bfa8ea4c2f45d3c451bfd2baf9ed7069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:44:46 +0000 Subject: [PATCH] build(deps): bump flask from 3.0.1 to 3.1.0 Bumps [flask](https://github.com/pallets/flask) from 3.0.1 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.1...3.1.0) --- 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 8ef551e..0cd4426 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ pika==1.3.2 redis==5.2.0 simplejson==3.19.2 -flask==3.0.1 +flask==3.1.0 pyyaml==6.0.2 \ No newline at end of file