Browse Source

[python/quart] Fix failing test (#9656)

This fixes the failing quart test because Werkzeug version 3 removed
`url_quote` raising:

    ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
Petrik de Heus 5 months ago
parent
commit
6bebca67c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Python/quart/requirements.txt

+ 1 - 1
frameworks/Python/quart/requirements.txt

@@ -14,5 +14,5 @@ priority==2.0.0
 quart==0.18.0
 quart==0.18.0
 toml==0.10.2
 toml==0.10.2
 uvloop==0.16.0
 uvloop==0.16.0
-Werkzeug==3.0.3
+Werkzeug==2.3.8
 wsproto==1.2.0
 wsproto==1.2.0