forked from orbit-oss/flask
update min blinker version
This commit is contained in:
parent
a20bcff8dc
commit
470e2b8d17
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ Unreleased
|
||||||
|
|
||||||
- Drop support for Python 3.8. :pr:`5623`
|
- Drop support for Python 3.8. :pr:`5623`
|
||||||
- Update minimum dependency versions to latest feature releases.
|
- 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
|
- Provide a configuration option to control automatic option
|
||||||
responses. :pr:`5496`
|
responses. :pr:`5496`
|
||||||
- ``Flask.open_resource``/``open_instance_resource`` and
|
- ``Flask.open_resource``/``open_instance_resource`` and
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ dependencies = [
|
||||||
"Jinja2>=3.1.2",
|
"Jinja2>=3.1.2",
|
||||||
"itsdangerous>=2.2",
|
"itsdangerous>=2.2",
|
||||||
"click>=8.1.3",
|
"click>=8.1.3",
|
||||||
"blinker>=1.8",
|
"blinker>=1.9",
|
||||||
"importlib-metadata>=3.6; python_version < '3.10'",
|
"importlib-metadata>=3.6; python_version < '3.10'",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ jinja2==3.1.2
|
||||||
markupsafe==2.1.1
|
markupsafe==2.1.1
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
blinker==1.8.0
|
blinker==1.9.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
# pip-compile tests-min.in
|
# pip-compile tests-min.in
|
||||||
#
|
#
|
||||||
blinker==1.8.0
|
blinker==1.9.0
|
||||||
# via -r tests-min.in
|
# via -r tests-min.in
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
# via -r tests-min.in
|
# via -r tests-min.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue