From d8c7349c354253914c5855fd78f1e5bb23f34dd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 06:10:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-asyncio=20to=20v1.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa1a4b6..eb8440f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1259,17 +1259,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, - {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, + {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, + {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] -pytest = ">=8.2,<9" +pytest = ">=8.2,<10" typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] @@ -1747,4 +1747,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "88e01cc2d36512050184992c098e29f96fd21abb84e818d5208e33aea4845687" +content-hash = "b46897c4ff55046e4d1694e2153157eedf503a5457d3bdd5823b7f5d08a33295" diff --git a/pyproject.toml b/pyproject.toml index e1152b1..876d2cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ covdefaults = "2.3.0" coverage = {version = "7.11.3", extras = ["toml"]} pylint = "4.0.2" pytest = "8.4.2" -pytest-asyncio = "1.2.0" +pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" pytest-timeout = "2.4.0" pre-commit = "4.4.0"