From af0fae61e0130651eb54a3daed6c64d828122a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:06:14 +0000 Subject: [PATCH] chore(deps): Bump werkzeug from 2.1.2 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.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.1.2...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- internal/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/requirements.txt b/internal/requirements.txt index bddc121..9576f38 100644 --- a/internal/requirements.txt +++ b/internal/requirements.txt @@ -11,6 +11,6 @@ pyyaml==6.0 six==1.16.0 types-Markdown==3.3.21 types-PyYAML==6.0.7 -werkzeug==2.1.2 +werkzeug==3.0.6 importlib-metadata==5.0.0 zipp==3.10.0 \ No newline at end of file diff --git a/setup.py b/setup.py index e1f35be..ac64f28 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'six==1.16.0', 'types-Markdown==3.4.2.1', 'types-PyYAML==6.0.12', - 'werkzeug==2.2.2', + 'werkzeug==3.0.6', ), python_requires='>=3.8', classifiers=(