diff --git a/poetry.lock b/poetry.lock index b91c9d7..4be01b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,16 +1,16 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anyio" -version = "4.12.0" +version = "4.12.1" description = "High-level concurrency and networking framework on top of asyncio or Trio" optional = true python-versions = ">=3.9" groups = ["main"] markers = "extra == \"anyio\"" files = [ - {file = "anyio-4.12.0-py3-none-any.whl", hash = "sha256:dad2376a628f98eeca4881fc56cd06affd18f659b17a747d3ff0307ced94b1bb"}, - {file = "anyio-4.12.0.tar.gz", hash = "sha256:73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0"}, + {file = "anyio-4.12.1-py3-none-any.whl", hash = "sha256:d405828884fc140aa80a3c667b8beed277f1dfedec42ba031bd6ac3db606ab6c"}, + {file = "anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703"}, ] [package.dependencies] @@ -594,4 +594,4 @@ anyio = ["anyio"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "0ed546b78b485cefa27f121588b952cd24d85e674a11b261993f242e4847704d" +content-hash = "f4a8a7a2e7ddf805f24b27d9796e059e3642d3c8ece2ea74f5b4bb3934787c7a" diff --git a/pyproject.toml b/pyproject.toml index 1768e49..5b1fedd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ Issues = "https://github.com/zerlok/statomata/issues" [tool.poetry.dependencies] python = "^3.9" -anyio = {version = "^4.12.0", optional = true} +anyio = {version = "^4.12.1", optional = true} typing-extensions = "^4.15.0" # TODO: find a way to avoid it in runtime