Update dependency pytest to v7.4.4 - autoclosed #1

Closed
renovate-bot wants to merge 1 commit from renovate/pytest-7.x into main
Showing only changes of commit c05cbd9ad9 - Show all commits

View file

@ -49,7 +49,7 @@ packages = ["src/octodns_netbox_dns"]
[tool.hatch.envs.default]
python = "3.11"
dependencies = [
"pytest==7.4.3",
"pytest==7.4.4",
"coverage==7.3.2",
]