From 02e4d9cc20234c8493bb51e3fca8521bcfff675a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:02:38 +0000 Subject: [PATCH] fix(deps): update dependency werkzeug to v3.0.6 [security] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a280cabc..6f6ee7e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1528,13 +1528,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.4" +version = "3.0.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.4-py3-none-any.whl", hash = "sha256:02c9eb92b7d6c06f31a782811505d2157837cea66aaede3e217c7c27c039476c"}, - {file = "werkzeug-3.0.4.tar.gz", hash = "sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306"}, + {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, + {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, ] [package.dependencies] @@ -1546,4 +1546,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "959240da69aafe453bd4b4d207ce4f77252fcbdfa0679e67a8c4f58e933a271e" +content-hash = "7f5872e4bf6c214b12ba4c357f17f4b3d9b05c001e71e20f68d9ba2878d63b25" diff --git a/pyproject.toml b/pyproject.toml index 5688b4a5..a6640930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ PyYAML = "6.0.1" requests = "2.31.0" smartypants = "2.0.1" statsd = "3.3.0" -werkzeug = "3.0.4" +werkzeug = "3.0.6" [tool.poetry.group.test.dependencies] beautifulsoup4 = "^4.12.3"