From 5e88ae8e9170ca275ed385c4461cde00e4171583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 11:34:13 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1.4.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37e4972..05e93af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ version-file = "asyncirc/_version.py" dependencies = [ "coverage[toml]==7.14.0", "pytest==9.0.3", - "pytest-asyncio==1.3.0", + "pytest-asyncio==1.4.0", "pre-commit==4.6.0", "mypy==2.1.0", ] @@ -52,7 +52,7 @@ post-install-commands = ["hatch run pre-commit:install"] post-install-commands = [] default-args = ["tests", "asyncirc"] extra-args = ["-vv", "--junitxml=junit.xml"] -extra-dependencies = ["pytest-asyncio==1.3.0"] +extra-dependencies = ["pytest-asyncio==1.4.0"] [tool.hatch.envs.hatch-test.scripts] run = "pytest{env:HATCH_TEST_ARGS:} {args}"