From a310aabf1081dd30a3cb55a32e2e0c44141ebf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:05:31 +0000 Subject: [PATCH] Bump flask from 2.3.2 to 3.1.3 in /examples/celery Bumps [flask](https://github.com/pallets/flask) from 2.3.2 to 3.1.3. - [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.3.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/celery/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/celery/requirements.txt b/examples/celery/requirements.txt index 29075ab5b6..cbe96e1563 100644 --- a/examples/celery/requirements.txt +++ b/examples/celery/requirements.txt @@ -27,7 +27,7 @@ click-plugins==1.1.1 # via celery click-repl==0.2.0 # via celery -flask==2.3.2 +flask==3.1.3 # via flask-example-celery (pyproject.toml) itsdangerous==2.1.2 # via flask