From ddaab5b770cb19c6832c1da5abf2aa541404b1a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:44:19 +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 847dc29..1d70c91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ version-file = "asyncirc/_version.py" dependencies = [ "coverage[toml]==7.14.3", "pytest==9.1.1", - "pytest-asyncio==1.3.0", + "pytest-asyncio==1.4.0", "pre-commit==4.6.1", "mypy==2.3.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}"