diff --git a/poetry.lock b/poetry.lock index e7ab907..d49729d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2051,17 +2051,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.4" +version = "0.23.6" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.4.tar.gz", hash = "sha256:2143d9d9375bf372a73260e4114541485e84fca350b0b6b92674ca56ff5f7ea2"}, - {file = "pytest_asyncio-0.23.4-py3-none-any.whl", hash = "sha256:b0079dfac14b60cd1ce4691fbfb1748fe939db7d0234b5aba97197d10fbe0fef"}, + {file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, + {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, ] [package.dependencies] -pytest = ">=7.0.0,<8" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -2966,4 +2966,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a2792e321c8081441093fa7dd034e0579cab1cc42e77e6e7b35fb5f988a0b767" +content-hash = "2e2ca93e7bbc0bc0ea82de4813f47323af4c792865a8957132ccb94048c6a1e5" diff --git a/pyproject.toml b/pyproject.toml index c46e03a..10d8f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ perflint = "^0.7.2" poethepoet = "^0.24.4" pyproject-flake8 = "^0.0.1-alpha.4" pytest = "^7.4" -pytest-asyncio = "^0.23.4" +pytest-asyncio = "^0.23.6" pytest-cov = "^3.0" pytest-deadfixtures = "^2.1" pytest-mock = "^3.14"