forked from orbit-oss/flask
update minimum requirements
This commit is contained in:
parent
73739a29f4
commit
79ebf6c39c
5 changed files with 16 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue