diff --git a/pyproject.toml b/pyproject.toml index 269f555..930908d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]