diff --git a/poetry.lock b/poetry.lock index 5e7090b3..833df0b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3126,14 +3126,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[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] @@ -4595,4 +4595,4 @@ training = ["transformers"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "b683efe90ff74b7c8523f2a6b15b82da502ff6362f8e1b79aae739f44e117fed" +content-hash = "e4d60776b527b7908008d394fe10adfe9004264bc6f7543c6d4c9f4c962f10ad" diff --git a/pyproject.toml b/pyproject.toml index 9445d07e..b94320c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ mypy = "^1.8.0" ruff = "^0.11.6" pre-commit = "^4.0.0" pytest = "^8.3.3" -pytest-asyncio = "^0.26.0" +pytest-asyncio = "^1.0.0" types-protobuf = "^5.29.1.20250208" pandas-stubs = "^2.2.3.250308" types-requests = "^2.32.0.20250306"