diff --git a/poetry.lock b/poetry.lock index 0d4db06..e348f05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1150,17 +1150,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.3" +version = "0.23.4" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.3.tar.gz", hash = "sha256:af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f"}, - {file = "pytest_asyncio-0.23.3-py3-none-any.whl", hash = "sha256:37a9d912e8338ee7b4a3e917381d1c95bfc8682048cb0fbc35baba316ec1faba"}, + {file = "pytest-asyncio-0.23.4.tar.gz", hash = "sha256:2143d9d9375bf372a73260e4114541485e84fca350b0b6b92674ca56ff5f7ea2"}, + {file = "pytest_asyncio-0.23.4-py3-none-any.whl", hash = "sha256:b0079dfac14b60cd1ce4691fbfb1748fe939db7d0234b5aba97197d10fbe0fef"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<8" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1622,4 +1622,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "4fd1f45cf08d6209cf3ca2d32f40bda828ec33e9f7057ab025a77ff50c633e5a" +content-hash = "6a53f3b8db88a121cf07e98211b03a700e4e5ee2db32449cead98d5a98603fdd" diff --git a/pyproject.toml b/pyproject.toml index f18fba0..5a8a612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit-hooks = "^4.5.0" Pygments = "^2.17.2" pyupgrade = "^3.15.0" pylint = "^3.0.3" -pytest-asyncio = "~0.23.3" +pytest-asyncio = "~0.23.4" [build-system] requires = ["poetry-core>=1.0.0", "setuptools"]