From db6f645f764d0ad630aacab28d041a439e8978c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:05:34 +0000 Subject: [PATCH] Bump werkzeug from 2.3.3 to 3.1.6 in /examples/celery Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.3 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.3...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 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..53ad727995 100644 --- a/examples/celery/requirements.txt +++ b/examples/celery/requirements.txt @@ -54,5 +54,5 @@ vine==5.0.0 # kombu wcwidth==0.2.6 # via prompt-toolkit -werkzeug==2.3.3 +werkzeug==3.1.6 # via flask