From 12deacc1c46359fb27eaac1c488fbbad3813f037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:00:58 +0000 Subject: [PATCH] fix(deps): update dependency werkzeug to v3.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75934d6..ccff260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pytest-httpbin", "pytest-mock", "requests", - "Werkzeug==3.0.4" + "Werkzeug==3.1.2" ] dev = ["pytest_recording[tests]"]