From 73e36d49dbe81c819ae3bf3bef407ba5eaa63c1c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 17 Feb 2024 08:16:53 +0100 Subject: [PATCH] Update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 269f555..6347dbd 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==8.0.1", "coverage==7.3.2", ]