From e2397f00118696762b4ad734f3685096847e7e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:14:07 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.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.2.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a1d412f..a417e7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,6 +46,6 @@ tomlkit==0.11.6 ; python_full_version >= "3.8.1" and python_version < "4.0" typing-extensions==4.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0" virtualenv==20.26.6 ; python_full_version >= "3.8.1" and python_version < "4.0" waitress==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0" -werkzeug==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0" +werkzeug==3.0.6 ; python_full_version >= "3.8.1" and python_version < "4.0" wrapt==1.15.0 ; python_full_version >= "3.8.1" and python_version < "4.0" zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.10" diff --git a/requirements.txt b/requirements.txt index 058a612..0f504c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ reportlab==3.6.12 ; python_full_version >= "3.8.1" and python_version < "4" six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0" typing-extensions==4.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0" waitress==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0" -werkzeug==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0" +werkzeug==3.0.6 ; python_full_version >= "3.8.1" and python_version < "4.0" zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.10"