From 11766eaeefd5fe8bb5ecdbc3f6f35969f26fd5f5 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 1 Feb 2024 20:11:17 +0100 Subject: [PATCH] Update dependency pytest to v7.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a73a18..3d50c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ packages = ["src/mangadlp"] [tool.hatch.envs.default] dependencies = [ - "pytest==7.4.3", + "pytest==7.4.4", "coverage==7.3.2", "xmltodict>=0.13.0", "xmlschema>=2.2.1",