From 64811478a301c0a706d0ae063dddb9035814ef2c Mon Sep 17 00:00:00 2001 From: toofar Date: Sun, 7 May 2023 14:56:50 +1200 Subject: Manually bump flask and werkzeug to fix cookie issue These tests were failing on webkit due to cookies not getting set (they made a change recently to fix a security issue around cookies and must have messed something up) tests/end2end/test_invocations.py::test_cookies_store tests/end2end/features/test_private_bdd.py::test_make_sure_private_data_is_not_cleared_when_closing_a_private_window_but_another_remains --- misc/requirements/requirements-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index 954bc55b9..befbbf989 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -11,7 +11,7 @@ coverage==7.2.5 exceptiongroup==1.1.1 execnet==1.9.0 filelock==3.12.0 -Flask==2.3.1 ; python_version>="3.8" +Flask==2.3.2 ; python_version>="3.8" hunter==3.6.1 hypothesis==6.75.1 idna==3.4 @@ -53,7 +53,7 @@ tomli==2.0.1 typing_extensions==4.5.0 urllib3==1.26.15 vulture==2.7 -Werkzeug==2.3.2 ; python_version>="3.8" +Werkzeug==2.3.3 ; python_version>="3.8" zipp==3.15.0 Werkzeug==2.2.3 ; python_version=="3.7.*" Flask==2.2.5 ; python_version=="3.7.*" -- cgit v1.2.3-54-g00ecf