From 276853cc4490898af924d5d53e02799da7262e4e Mon Sep 17 00:00:00 2001 From: Ivana Kellyer Date: Thu, 27 Mar 2025 11:32:38 +0100 Subject: [PATCH] Fix trytond tests --- scripts/populate_tox/config.py | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/populate_tox/config.py b/scripts/populate_tox/config.py index b0b1a410da..a233886c23 100644 --- a/scripts/populate_tox/config.py +++ b/scripts/populate_tox/config.py @@ -164,7 +164,7 @@ "package": "trytond", "deps": { "*": ["werkzeug"], - "<=5.0": ["werkzeug<1.0"], + "<5.1": ["werkzeug<1.0"], }, }, "typer": { diff --git a/tox.ini b/tox.ini index 1196ecb155..643fa19759 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ # The file (and all resulting CI YAMLs) then need to be regenerated via # "scripts/generate-test-files.sh". # -# Last generated: 2025-03-27T09:29:30.733135+00:00 +# Last generated: 2025-03-27T10:11:24.425788+00:00 [tox] requires = @@ -718,6 +718,7 @@ deps = trytond-v7.0.9: trytond==7.0.9 trytond-v7.4.8: trytond==7.4.8 trytond: werkzeug + trytond-v5.0.9: werkzeug<1.0 typer-v0.15.2: typer==0.15.2