update min blinker version

This commit is contained in:
David Lord 2024-11-08 09:48:59 -08:00
parent a20bcff8dc
commit 470e2b8d17
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ Unreleased
- Drop support for Python 3.8. :pr:`5623`
- Update minimum dependency versions to latest feature releases.
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.8. :pr:`5624`
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:`5624,5633`
- Provide a configuration option to control automatic option
responses. :pr:`5496`
- ``Flask.open_resource``/``open_instance_resource`` and