diff --git a/poetry.lock b/poetry.lock index d002e6c..c2c4269 100644 --- a/poetry.lock +++ b/poetry.lock @@ -830,14 +830,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.3" +version = "0.26.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, - {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, + {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] @@ -1223,4 +1223,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = ">=3.12, <3.14" -content-hash = "16ca874c5d5941a69aaab2ec25f6131cfa5eaa649fe1aa8060a244f0ff4e6b01" +content-hash = "b0a82599e66e8289e45f4f139ff796c74240d44270ce9551f629133350b61c43" diff --git a/pyproject.toml b/pyproject.toml index a62aead..af222db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mkdocstrings = {extras = ["python"], version = ">=0.26.2,<0.30.0"} mypy = "^1.12.0" pytest = ">=7.4.1,<9.0.0" python-dotenv = "^1.0.0" -pytest-asyncio = ">=0.21.1,<0.26.0" +pytest-asyncio = ">=0.21.1,<0.27.0" pytest-codecov = ">=0.5.1,<0.8.0" ruff = ">=0.7,<0.12" mkdocs-material = "^9.5.41"