diff --git a/poetry.lock b/poetry.lock index 429f2c6a9..c44460c58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -407,13 +407,13 @@ css = ["tinycss2 (>=1.1.0,<1.5)"] [[package]] name = "blinker" -version = "1.8.2" +version = "1.9.0" description = "Fast, simple object-to-object and broadcast signaling" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "blinker-1.8.2-py3-none-any.whl", hash = "sha256:1779309f71bf239144b9399d06ae925637cf6634cf6bd131104184531bf67c01"}, - {file = "blinker-1.8.2.tar.gz", hash = "sha256:8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83"}, + {file = "blinker-1.9.0-py3-none-any.whl", hash = "sha256:ba0efaa9080b619ff2f3459d1d500c57bddea4a6b424b60a91141db6fd2f08bc"}, + {file = "blinker-1.9.0.tar.gz", hash = "sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf"}, ] [[package]] @@ -4955,4 +4955,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "ec12213207bec3f439862a61c65ba45d3a4df991162815ddd75408c88afda165" +content-hash = "8904d8f81805e9c7fa124868f5d9f356a8be6b42e56df2ee09fa2a5f8d936e45" diff --git a/pyproject.toml b/pyproject.toml index 78c4e8b4c..a1658db39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ regex = "^2024.7.24" shapely = "^2.0.5" smartypants = "^2.0.1" mistune = "0.8.4" -blinker = "^1.8.2" +blinker = "^1.9.0" cryptography = "^43.0.1" idna = "^3.7" jmespath = "^1.0.1"