update dev dependencies

This commit is contained in:
David Lord 2025-05-11 05:58:48 -07:00
parent b78b5a210b
commit 11c45eeba3
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
11 changed files with 34 additions and 34 deletions

View file

@ -1222,7 +1222,7 @@ class Flask(App):
# waiting to do it manually, so that the class can handle any
# special logic
rv = self.response_class(
rv,
rv, # pyright: ignore
status=status,
headers=headers, # type: ignore[arg-type]
)