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 26638a5 commit bb4c84eCopy full SHA for bb4c84e
scripts/populate_tox/config.py
@@ -299,7 +299,7 @@
299
"pytest-asyncio",
300
"werkzeug",
301
],
302
- "<=0.18": [
+ "<=0.19": [
303
"blinker<1.6",
304
"jinja2<3.1.0",
305
"Werkzeug<2.1.0",
tox.ini
@@ -723,6 +723,10 @@ deps =
723
quart-v0.17.0: jinja2<3.1.0
724
quart-v0.17.0: Werkzeug<2.1.0
725
quart-v0.17.0: hypercorn<0.15.0
726
+ quart-v0.18.4: blinker<1.6
727
+ quart-v0.18.4: jinja2<3.1.0
728
+ quart-v0.18.4: Werkzeug<2.1.0
729
+ quart-v0.18.4: hypercorn<0.15.0
730
py3.8-quart: taskgroup==0.0.0a4
731
732
starlite-v1.48.1: starlite==1.48.1
0 commit comments