diff --git a/poetry.lock b/poetry.lock index 0e8bf5b..9091842 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1480,13 +1480,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.6" +version = "0.23.8" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, - {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, + {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, + {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, ] [package.dependencies] @@ -2178,4 +2178,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "d06a3f70874bd891465689b1ab2e9c0584a6d3ba673327725ea5e9c83fe48225" +content-hash = "8284ac4627da3780d485ffe54945038916270bf75b80605520afd6ccbf9b9e0d" diff --git a/pyproject.toml b/pyproject.toml index b89a1c0..e7edd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ class-singledispatch = ">=1.1.0" eval-type-backport = ">=0.1.3" [tool.poetry.group.dev.dependencies] -pytest-asyncio = "^0.23.2" +pytest-asyncio = "^0.23.8" # scalene = { version = "^1.5.37", python = ">=3.8,!=3.11.0" } [tool.poetry.group.dev-skeleton.dependencies]