diff --git a/poetry.lock b/poetry.lock index 0ba1f6a..328d476 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1253,13 +1253,13 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[package]] name = "pytest-asyncio" -version = "0.23.5.post1" +version = "0.23.7" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.5.post1.tar.gz", hash = "sha256:b9a8806bea78c21276bc34321bbf234ba1b2ea5b30d9f0ce0f2dea45e4685813"}, - {file = "pytest_asyncio-0.23.5.post1-py3-none-any.whl", hash = "sha256:30f54d27774e79ac409778889880242b0403d09cabd65b727ce90fe92dd5d80e"}, + {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, + {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, ] [package.dependencies] @@ -1802,4 +1802,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "06b0e8fdf37fdc251930942d3ec15316b3efda64322d1867e1db93fa2a416a80" +content-hash = "bedd20b6f3709f4b92ebdd70c2a8daa3671aadbbdea89b2529e9f9b9e50eac3d" diff --git a/pyproject.toml b/pyproject.toml index e138fc6..dd7f77f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pre-commit = "^3.7.1" flake8 = "^7.0.0" black = "^24.4.0" pytest = "^8.1.1" -pytest-asyncio = "^0.23.5" +pytest-asyncio = "^0.23.7" twine = "^5.0.0" check-manifest = "^0.49" pytest-cov = "^4.1.0"