diff --git a/pyproject.toml b/pyproject.toml index 79ab6d4..fdfc2ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ packages = ["src/mangadlp"] [tool.hatch.envs.default] dependencies = [ "pytest==7.4.3", - "coverage==7.3.2", + "coverage==7.4.2", "xmltodict>=0.13.0", "xmlschema>=2.2.1", ]