diff --git a/poetry.lock b/poetry.lock index 997557b..febc578 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1259,17 +1259,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.2" +version = "0.23.4" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.2.tar.gz", hash = "sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc"}, - {file = "pytest_asyncio-0.23.2-py3-none-any.whl", hash = "sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f"}, + {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)"] @@ -1801,4 +1801,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1cbbfcea79815e83f955eb655faaad3f59a983a0223adf4f44863f57e9dbeeba" +content-hash = "c8a549d249af9bcf48e135093edf66832c35f420429248edc80dfa0ae7dc5700" diff --git a/pyproject.toml b/pyproject.toml index 2cfd99c..7f95271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pre-commit = "^3.6.0" pre-commit-hooks = "^4.5.0" pylint = "^3.0.3" pytest = "^7.4.4" -pytest-asyncio = "^0.23.2" +pytest-asyncio = "^0.23.4" pytest-cov = "^4.1.0" yamllint = "^1.33.0" pyupgrade = "^3.15.0"