From bc40cb7859a1ce45418ca226fcaf0b48b8b0985c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:54:51 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e75cf6..7c34257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ version-file = "irclib/_version.py" [tool.hatch.envs.default] dependencies = [ "coverage[toml]~=6.5", - "pytest~=6.0", + "pytest~=8.4", "irc-parser-tests", "pre-commit~=4.3.0", "mypy~=1.8", @@ -61,7 +61,7 @@ default-args = ["tests", "irclib"] extra-args = ["-vv"] extra-dependencies = [ "coverage[toml]~=6.5", - "pytest~=6.0", + "pytest~=8.4", "irc-parser-tests", ]