From f4a26b213e4873c70aa01896f5c982ef1cbceec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:09:30 +0000 Subject: [PATCH] chore(deps): update dependency tests/werkzeug to v3.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b15d095..90249cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pytest-httpbin", "pytest-mock", "requests", - "Werkzeug==3.0.2" + "Werkzeug==3.0.3" ] dev = ["pytest_recording[tests]"]