From 01bc0fa5f2f59717eaf1e6e2fbb8ea9b3fc1882c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:25:54 +0100 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 (#589) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e362a97b7..632156b9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4042,13 +4042,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.1" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] @@ -4193,4 +4193,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c61efa2e349ffad82e5076a3751decb4a8cda4bd99e89fdb609cca78aec21383" +content-hash = "0b824b7a899078b50ff18c9e7ad37d6abb143f6825152d57486e878c37a0671a" diff --git a/pyproject.toml b/pyproject.toml index f34cb5339..149565826 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ wagtail-factories = "^4.0.0" # Util bpython = "^0.24" django-extensions = "^3.2.1" -werkzeug = "^3.0.1" +werkzeug = "^3.0.3" blessings = "^1.7" pytest-mock = "^3.11.1" pytest-freezer = "^0.4.8"