From 1bb303a0f684d3a477da69b0a36d17ffc490ef74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:09:56 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.2 to 3.0.6 in /deployable/python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 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.2...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployable/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployable/python/requirements.txt b/deployable/python/requirements.txt index 161d979..8091426 100644 --- a/deployable/python/requirements.txt +++ b/deployable/python/requirements.txt @@ -5,4 +5,4 @@ pytz==2021.1 pandas>=1.1.5 itsdangerous==2.1.2 jinja2==3.0.3 -werkzeug==2.0.2 \ No newline at end of file +werkzeug==3.0.6 \ No newline at end of file