Compare commits

...

1 commit

Author SHA1 Message Date
73e36d49db Update dependency pytest to v8
All checks were successful
build and publish / build-pypackage (pull_request) Successful in 13s
check code / check-code (pull_request) Successful in 17s
2024-02-17 08:16:53 +01:00

View file

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