diff --git a/poetry.lock b/poetry.lock index d11efaf3..9bec1a52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1281,14 +1281,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] @@ -2204,4 +2204,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.12, <3.14" -content-hash = "c161bb5e6279c8895e4205d7d4e66c5c0b887d006f1495d73273f3c3708e2f68" +content-hash = "e691e06566805651ba20335bfab1834e120158fce8659e74eb32790f9d362aa7" diff --git a/pyproject.toml b/pyproject.toml index 87b29a34..d55d6e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ factory-boy = "^3.3.3" pytest-factoryboy = "^2.8.1" ruff = "^0.12.2" pytest-mock = "^3.14.1" -pytest-asyncio = "^0.26.0" +pytest-asyncio = "^1.0.0" [tool.poetry.scripts] jbi = "jbi.__main__:cli"