diff --git a/poetry.lock b/poetry.lock index c47a4963..bff161cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1187,21 +1187,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.26.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, + {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, ] [package.dependencies] pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -1724,4 +1724,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "406a898e0b6cea9b7abab0f1c3731a13a2381af63cc48e69e94f5656372d96bb" +content-hash = "1e7cc790c7da1296087f3a56ccb63e2b02b559f3cf0c5a8322a2ab8bb20abad6" diff --git a/pyproject.toml b/pyproject.toml index 38a0656d..bfe3b9fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ mypy = "^1.8.0" ruff = "^0.11.4" pre-commit = "^4.1.0" pytest = "^8.3.3" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.26.0" types-protobuf = "^5.29.1.20250208" detect-secrets = "^1.5.0"