From fd9c6f27712d4f2011f2bb4254097495d95deb01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:00:05 +0000 Subject: [PATCH] fix(deps): update dependency werkzeug to v2.3.8 [security] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a362efbb..500a57d0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1456,13 +1456,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.7" +version = "2.3.8" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.7-py3-none-any.whl", hash = "sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528"}, - {file = "werkzeug-2.3.7.tar.gz", hash = "sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8"}, + {file = "werkzeug-2.3.8-py3-none-any.whl", hash = "sha256:bba1f19f8ec89d4d607a3bd62f1904bd2e609472d93cd85e9d4e178f472c3748"}, + {file = "werkzeug-2.3.8.tar.gz", hash = "sha256:554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03"}, ] [package.dependencies] @@ -1474,4 +1474,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "348e77725a348f908d419d59a07174c7e30b7a70216f2ffe7b0425937d3373ba" +content-hash = "08d6a0cfc74f020b7f5d6df261fc323dd7140b60a7cef0ec3e659a413dcb73a6" diff --git a/pyproject.toml b/pyproject.toml index b1873561f..0008ca462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ py_w3c = "0.3.1" # required by both api and admin awscli = "1.32.25" boto3 = "1.34.25" -werkzeug = "2.3.7" +werkzeug = "2.3.8" itsdangerous = "2.1.2" # Pinned dependencies