We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33bf7e commit 276853cCopy full SHA for 276853c
scripts/populate_tox/config.py
@@ -164,7 +164,7 @@
164
"package": "trytond",
165
"deps": {
166
"*": ["werkzeug"],
167
- "<=5.0": ["werkzeug<1.0"],
+ "<5.1": ["werkzeug<1.0"],
168
},
169
170
"typer": {
tox.ini
@@ -10,7 +10,7 @@
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
# "scripts/generate-test-files.sh".
12
#
13
-# Last generated: 2025-03-27T09:29:30.733135+00:00
+# Last generated: 2025-03-27T10:11:24.425788+00:00
14
15
[tox]
16
requires =
@@ -718,6 +718,7 @@ deps =
718
trytond-v7.0.9: trytond==7.0.9
719
trytond-v7.4.8: trytond==7.4.8
720
trytond: werkzeug
721
+ trytond-v5.0.9: werkzeug<1.0
722
723
typer-v0.15.2: typer==0.15.2
724
0 commit comments