From 0442242d5651fd6826d3771718c57d87acd5541a Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 05:21:43 +0000 Subject: [PATCH] Update dependency Werkzeug to ==2.3.* --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d5e5452..6c1c303 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ pytest-asyncio; python_version >='3.7' pytest-cov tox requests -Werkzeug==2.2.* \ No newline at end of file +Werkzeug==2.3.* \ No newline at end of file