diff --git a/poetry.lock b/poetry.lock index 2a9e5a0..4ad56c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -461,14 +461,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.0.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, - {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, + {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, + {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, ] [package.dependencies] @@ -767,4 +767,4 @@ cli = ["click", "tabulate"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "835a74d380ada84434696a599251e0aa803dee6f26c9fb54c4dab5931be17598" +content-hash = "0cbd710c050218a24662f4bdca948ca29a6603c01a6166e040c694a7b573b4b1" diff --git a/pyproject.toml b/pyproject.toml index 49e1dd0..4ed20ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ cli = ["click", "tabulate"] [tool.poetry.group.dev.dependencies] pytest = "^8.0" -pytest-asyncio = ">=0.23,<0.27" +pytest-asyncio = ">=0.23,<1.1" ruff = ">=0.5.0,<0.13" pre-commit = ">=3.6.2,<5.0.0" pre-commit-hooks = ">=4.5,<6.0"