diff --git a/pyproject.toml b/pyproject.toml index 75934d6..6434d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pytest-httpbin", "pytest-mock", "requests", - "Werkzeug==3.0.4" + "Werkzeug==3.1.0" ] dev = ["pytest_recording[tests]"]