From 26b25bb650b370d492471ac9a600df0724eddb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:23:45 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.0.6 in /services/workshop Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.0.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.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/workshop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/workshop/requirements.txt b/services/workshop/requirements.txt index 6c71f547..0d568018 100644 --- a/services/workshop/requirements.txt +++ b/services/workshop/requirements.txt @@ -16,7 +16,7 @@ PyJWT==2.7.0 pymongo==3.13.0 pyOpenSSL==23.1.1 requests==2.30.0 -Werkzeug==2.0.3 +Werkzeug==3.0.6 Faker==22.1.0 gunicorn==21.2.0 coverage==7.4.1