From 95888af0db470c8624ff8c4f6d4cbd6f4d89a150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 11:53:53 +0000 Subject: [PATCH] Update dependency pytest-asyncio to ^0.26.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb82594..6680792 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1076,20 +1076,20 @@ 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" 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]] @@ -1722,4 +1722,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6f5a46df5acf499e277060a1000cafe0dd468b366daf3b4dd60a38c62d63e63f" +content-hash = "cd853bfd6b0c553e9e343d4a8e75951d536b590d13dff8b25d764e87015204aa" diff --git a/pyproject.toml b/pyproject.toml index 0d436eb..0a24b6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "^8.3.3" tox = "^4.23.2" pytest-cov = "^6.0.0" coverage = "^7.6.8" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.26.0" aiosqlite = "^0.21.0" pytest-mock = "^3.14.0"