diff --git a/poetry.lock b/poetry.lock index 1a9a2cda..7e8c7798 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1255,17 +1255,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.4" +version = "0.23.5" 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.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0,<8" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1775,4 +1775,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "39e1714277b28b1b4a7ef9ed4fb5e2b5acdd22074b544415eb909bbec729739e" +content-hash = "7747d7887d1095a9177a8ef619af385c0f6190a9b5a051251900cee20364ba3a" diff --git a/pyproject.toml b/pyproject.toml index 15bd7ac5..3d2fb1d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pre-commit = "3.6.0" pre-commit-hooks = "4.5.0" pylint = "3.0.3" pytest = "7.4.4" -pytest-asyncio = "0.23.4" +pytest-asyncio = "0.23.5" pytest-cov = "4.1.0" ruff = "0.2.1" safety = "3.0.1"