From a3932becc2342cc731c6ae3908ad6404e43111e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:50:27 +0000 Subject: [PATCH] Update dependency werkzeug to v3.0.6 [SECURITY] --- poetry.lock | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3329df0..702d45a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -825,13 +825,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.2" +version = "3.0.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.2-py3-none-any.whl", hash = "sha256:3aac3f5da756f93030740bc235d3e09449efcf65f2f55e3602e1d851b8f48795"}, - {file = "werkzeug-3.0.2.tar.gz", hash = "sha256:e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d"}, + {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, + {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, ] [package.dependencies] diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..bcb976b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,5 +39,5 @@ sqlalchemy==2.0.29 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "4.0" webassets==2.0 ; python_version >= "3.10" and python_version < "4.0" -werkzeug==3.0.2 ; python_version >= "3.10" and python_version < "4.0" +werkzeug==3.0.6 ; python_version >= "3.10" and python_version < "4.0" wtforms==3.1.2 ; python_version >= "3.10" and python_version < "4.0"