From cc7f1561159c9096bd116a475cf018281f2322de Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 15 Oct 2024 09:17:14 -0700 Subject: [PATCH] Bump required octodns >= 1.5, address pending deprecations --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31d8182..e424989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,5 @@ sections="FUTURE,STDLIB,THIRDPARTY,OCTODNS,FIRSTPARTY,LOCALFOLDER" [tool.pytest.ini_options] filterwarnings = [ 'error', - # TODO: remove once octodns 2.0 has been released - 'ignore:.*DEPRECATED.*2.0', ] pythonpath = "."