From a4b4458d2a14cba3433bf739790e00c6de60c49f Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 26 Apr 2024 20:14:53 +0200 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d51f0e6..b0a9ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ packages = ["src/octodns_netbox_dns"] [tool.hatch.envs.default] python = "3.11" dependencies = [ - "pytest==7.4.4", + "pytest==8.1.2", "coverage==7.4.2", "octodns==1.6.1", "octodns-spf==0.0.2",