From 1b27fd2fc0f5e52139b10395316de91d652f5c0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:12:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-asyncio=20to=20v0.23.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 38d2514..b1fac3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -800,13 +800,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.1" +version = "0.23.2" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.1.tar.gz", hash = "sha256:2d06468de455e7d4302e670a583d1a127d57ac2b09c95164a895b88c7a1e5178"}, - {file = "pytest_asyncio-0.23.1-py3-none-any.whl", hash = "sha256:044ac9167e655f2462097e21cc9a29c9385674ea4fcc34677f1cc1ca35f3cd39"}, + {file = "pytest-asyncio-0.23.2.tar.gz", hash = "sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc"}, + {file = "pytest_asyncio-0.23.2-py3-none-any.whl", hash = "sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f"}, ] [package.dependencies] @@ -1178,4 +1178,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "952eb5682a953c571b69deec7719c72621219ab6675d17ba0b0f388ebab2f331" +content-hash = "f4f762fd53cbdb20e8f6b6d6a613bbcf8cd991233699af3cc683372464716374" diff --git a/pyproject.toml b/pyproject.toml index 14195c4..9549e2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pre-commit = "3.5.0" pre-commit-hooks = "4.5.0" pylint = "3.0.2" pytest = "7.4.3" -pytest-asyncio = "0.23.1" +pytest-asyncio = "0.23.2" pytest-cov = "4.1.0" yamllint = "1.33.0" covdefaults = "2.3.0"