diff --git a/poetry.lock b/poetry.lock index 278b2ce..26630fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "colorama" @@ -249,13 +249,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.21.2" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest_asyncio-0.21.2-py3-none-any.whl", hash = "sha256:ab664c88bb7998f711d8039cacd4884da6430886ae8bbd4eded552ed2004f16b"}, + {file = "pytest_asyncio-0.21.2.tar.gz", hash = "sha256:d67738fc232b94b326b9d060750beb16e0074210b98dd8b58a5239fa2a154f45"}, ] [package.dependencies] @@ -324,4 +324,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7, <3.13" -content-hash = "fee29c901a092603247f0b5fd0c64132a269ff6b2f7d513b9f6cd12e02bbd2ad" +content-hash = "0327a42d7daa9250d7c01865f1d8bf6b9e20e2582dcd42dc7f4a8ec3d65b4860" diff --git a/pyproject.toml b/pyproject.toml index 62a4e94..f6779dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tomli = "2.0.1" [tool.poetry.group.test.dependencies] pytest = "7.4.4" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.21.2" pytest-cov = "4.1.0" [build-system]