Compare commits

...

1 commit

Author SHA1 Message Date
0b6f52be1f chore(deps): update dependency pytest to v8
All checks were successful
build and publish / release-pypackage (pull_request) Successful in 32s
build and publish / update-changelog (pull_request) Successful in 5s
check code / check-code (pull_request) Successful in 31s
2024-03-09 20:14:19 +01:00

View file

@ -48,7 +48,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.4", "pytest==8.1.1",
"coverage==7.4.2", "coverage==7.4.2",
"octodns==1.5.0", "octodns==1.5.0",
"octodns-spf==0.0.2", "octodns-spf==0.0.2",