update minimum requirements

This commit is contained in:
David Lord 2023-04-25 12:27:06 -06:00
parent 73739a29f4
commit 79ebf6c39c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 16 additions and 14 deletions

View file

@ -1852,7 +1852,7 @@ class Flask(Scaffold):
# extend existing headers with provided headers
if headers:
rv.headers.update(headers) # type: ignore[arg-type]
rv.headers.update(headers)
return rv