diff --git a/poetry.lock b/poetry.lock index fdddc8d..69df3b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2122,13 +2122,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.23.8" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {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] @@ -3016,4 +3016,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e8d43c69e3ddb0867117af94bf17dffd9061d5fca45dcdcb07934672efa789a5" +content-hash = "a7c09b91ecacd6e427a2a6bcd561caddcdd308d407799d5aa9cb9880f78e41d7" diff --git a/pyproject.toml b/pyproject.toml index 2bc1647..50f53ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ perflint = "^0.8.1" poethepoet = "^0.27.0" pyproject-flake8 = "^0.0.1-alpha.4" pytest = "^7.4" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.23.8" pytest-cov = "^3.0" pytest-deadfixtures = "^2.1" pytest-mock = "^3.14"