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 7d45cc6 commit 6d0ab22Copy full SHA for 6d0ab22
scripts/populate_tox/config.py
@@ -161,7 +161,7 @@
161
"package": "flask",
162
"deps": {
163
"*": ["flask-login", "werkzeug"],
164
- "<3.0": ["werkzeug<2.1.0", "markupsafe<2.1.0"],
+ "<2.0": ["werkzeug<2.1.0", "markupsafe<2.1.0"],
165
},
166
167
"gql": {
tox.ini
@@ -734,8 +734,6 @@ deps =
734
flask: werkzeug
735
flask-v1.1.4: werkzeug<2.1.0
736
flask-v1.1.4: markupsafe<2.1.0
737
- flask-v2.3.3: werkzeug<2.1.0
738
- flask-v2.3.3: markupsafe<2.1.0
739
740
741
# ~~~ Web 2 ~~~
0 commit comments