From 5c718de02a41e8abd9f8e6e67a3909003c0a9f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:06:57 +0000 Subject: [PATCH] chore(deps): update dependency tests/werkzeug to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 357e313..8eab8c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "pytest-httpbin", "pytest-mock", "requests", - "Werkzeug==2.3.6" + "Werkzeug==3.0.1" ] dev = ["pytest_recording[tests]"]