Skip to content

Commit 4ac4428

Browse files
committed
move flask pins to normal config
1 parent e06ef3b commit 4ac4428

5 files changed

Lines changed: 23 additions & 33 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,13 @@
146146
"package": "flask",
147147
"deps": {
148148
"*": ["flask-login", "werkzeug", "blinker"],
149-
"<2.0": ["werkzeug<2.1.0", "markupsafe<2.1.0"],
149+
# https://github.com/pallets/flask/issues/4455
150+
"<2.0": [
151+
"werkzeug<2.1.0",
152+
"markupsafe<2.0.0",
153+
"itsdangerous>=0.24,<2.0",
154+
"jinja2<3.1.1",
155+
],
150156
},
151157
},
152158
"gql": {

scripts/populate_tox/package_dependencies.jsonl

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)