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}"