Skip to content

Commit 6bebca6

Browse files
authored
[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'
1 parent 5286395 commit 6bebca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/quart/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ priority==2.0.0
1414
quart==0.18.0
1515
toml==0.10.2
1616
uvloop==0.16.0
17-
Werkzeug==3.0.3
17+
Werkzeug==2.3.8
1818
wsproto==1.2.0

0 commit comments

Comments
 (0)