Skip to content

Commit 276853c

Browse files
committed
Fix trytond tests
1 parent d33bf7e commit 276853c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"package": "trytond",
165165
"deps": {
166166
"*": ["werkzeug"],
167-
"<=5.0": ["werkzeug<1.0"],
167+
"<5.1": ["werkzeug<1.0"],
168168
},
169169
},
170170
"typer": {

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-03-27T09:29:30.733135+00:00
13+
# Last generated: 2025-03-27T10:11:24.425788+00:00
1414

1515
[tox]
1616
requires =
@@ -718,6 +718,7 @@ deps =
718718
trytond-v7.0.9: trytond==7.0.9
719719
trytond-v7.4.8: trytond==7.4.8
720720
trytond: werkzeug
721+
trytond-v5.0.9: werkzeug<1.0
721722

722723
typer-v0.15.2: typer==0.15.2
723724

0 commit comments

Comments
 (0)