From 69536438767c8c7483c330967278a19b02d99f7f Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 29 Feb 2024 08:18:33 +0100 Subject: [PATCH] Update dependency octodns to v1.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c742958..73c3faa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ python = "3.11" dependencies = [ "pytest==7.4.4", "coverage==7.4.2", - "octodns==1.4.0", + "octodns==1.5.0", "octodns-spf==0.0.2", ]