From 3994e980a63ebb6a616fefbff905205ac3015992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 12:00:35 +0000 Subject: [PATCH] Update dependency pytest-asyncio to v1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 07d66c0..5be1adc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1076,13 +1076,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.1.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" 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.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, + {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, ] [package.dependencies] @@ -1722,4 +1722,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6caf5a0d13d253e49fe4e73000d18172fea5c12ab564e6c1ece6af64d8047124" +content-hash = "d2f1ff4acec447f8d2673d9f031410fb0a3a61a1cded2f5f12d89bcb3bfa74c8" diff --git a/pyproject.toml b/pyproject.toml index 5ae13c8..0ddc997 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.26.0" +pytest-asyncio = "^1.0.0" aiosqlite = "^0.21.0" pytest-mock = "^3.14.0"