From db4ceb1dbdda98f6f1a865c9edffc25bf39a8fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:03:35 +0000 Subject: [PATCH] chore(deps): Bump werkzeug from 2.2.2 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.3. - [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.2.2...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 542b8bf..65a3bab 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.3', ), python_requires='>=3.8', classifiers=[