Skip to content

Commit

Permalink
update min blinker version (#5633)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism authored Nov 8, 2024
2 parents a20bcff + 470e2b8 commit 07c7d57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements/tests-min.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/tests-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07c7d57

Please sign in to comment.