From e4d85ac5e1898afef5c6bdef9c8440e97edee5c8 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 11 Sep 2024 04:16:10 +0200 Subject: [PATCH] chore(deps): update dependency pytest to v8.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a430d38..7b6373b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ packages = ["src/octodns_netbox_dns"] [tool.hatch.envs.default] python = "3.11" dependencies = [ - "pytest==8.2.2", + "pytest==8.3.3", "coverage==7.5.3", "octodns==1.9.1", "octodns-spf==0.0.2",