From 1d9a55194dbb25d2a91fb7112977035fc109e24c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 11 Sep 2024 04:15:33 +0200 Subject: [PATCH] Update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a596eae..f86bdee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ packages = ["src/mangadlp"] [tool.hatch.envs.default] python = "3.11" dependencies = [ - "pytest==7.4.3", + "pytest==8.3.3", "coverage==7.3.2", "xmltodict>=0.13.0", "xmlschema>=2.2.1",