diff --git a/poetry.lock b/poetry.lock index b031ee364..f28c8e8e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -142,13 +142,13 @@ css = ["tinycss2 (>=1.1.0,<1.3)"] [[package]] name = "blinker" -version = "1.6.3" +version = "1.7.0" description = "Fast, simple object-to-object and broadcast signaling" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "blinker-1.6.3-py3-none-any.whl", hash = "sha256:296320d6c28b006eb5e32d4712202dbcdcbf5dc482da298c2f44881c43884aaa"}, - {file = "blinker-1.6.3.tar.gz", hash = "sha256:152090d27c1c5c722ee7e48504b02d76502811ce02e1523553b4cf8c8b3d3a8d"}, + {file = "blinker-1.7.0-py3-none-any.whl", hash = "sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9"}, + {file = "blinker-1.7.0.tar.gz", hash = "sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182"}, ] [[package]] @@ -2969,4 +2969,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "b42f473ed4e06fa922b626af2ed9d21490f2ce61c8afe4e3f876d5572cba63b6" +content-hash = "b37bcc8294ff370c86ba93528b0890ec1ac0778f3531aef0998ff04dfcef711c" diff --git a/pyproject.toml b/pyproject.toml index 6f1e51c5c..2dfbd7ebe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<3.12" ago = "~=0.0.95" -blinker = "~=1.6" +blinker = "~=1.7" exceptiongroup = "==1.1.3" flask = "~=2.3" flask-basicauth = "~=0.2"