From 1fa9de6d2c2b28a30061531e7f8c6fc37df25772 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:08:17 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a89fe93..0fac719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "irclib/_version.py" [tool.hatch.envs.default] dependencies = [ "coverage[toml]==7.10.7", - "pytest==8.4", + "pytest==8.4.2", "irc-parser-tests==0.0.4", "pre-commit==4.3.0", "mypy==1.18.2", @@ -58,7 +58,7 @@ default-args = ["tests", "irclib"] extra-args = ["-vv"] extra-dependencies = [ "coverage[toml]==7.10.7", - "pytest==8.4", + "pytest==8.4.2", "irc-parser-tests==0.0.4", ]