Update dependency pytest to v8 #63

Open
renovate-bot wants to merge 1 commit from renovate/pytest-8.x into master

View file

@ -58,7 +58,7 @@ packages = ["src/mangadlp"]
[tool.hatch.envs.default] [tool.hatch.envs.default]
python = "3.11" python = "3.11"
dependencies = [ dependencies = [
"pytest==7.4.3", "pytest==8.3.3",
"coverage==7.3.2", "coverage==7.3.2",
"xmltodict>=0.13.0", "xmltodict>=0.13.0",
"xmlschema>=2.2.1", "xmlschema>=2.2.1",