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

@ -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'",
]