update min blinker version (#5633)

This commit is contained in:
David Lord 2024-11-08 09:55:00 -08:00 committed by GitHub
commit 07c7d5730a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

View file

@ -25,7 +25,7 @@ dependencies = [
"Jinja2>=3.1.2",
"itsdangerous>=2.2",
"click>=8.1.3",
"blinker>=1.8",
"blinker>=1.9",
"importlib-metadata>=3.6; python_version < '3.10'",
]

View file

@ -3,4 +3,4 @@ jinja2==3.1.2
markupsafe==2.1.1
itsdangerous==2.2.0
click==8.1.3
blinker==1.8.0
blinker==1.9.0

View file

@ -4,7 +4,7 @@
#
# pip-compile tests-min.in
#
blinker==1.8.0
blinker==1.9.0
# via -r tests-min.in
click==8.1.3
# via -r tests-min.in