From 423207e5dd1673f306fb392cc5d37f63a4545fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20D?= Date: Mon, 6 Feb 2023 15:50:12 +0100 Subject: [PATCH] Use upstream pynetbox library as their pull req #426 is merged. --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12b0164..8f0128a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,7 @@ authors = ["Jeffrey C. Ollie "] python = "^3.10" octodns = "^0.9.17" -# There's a bug in pynetbox that prevents update & delete operations on plugin REST API endpoints. -# Until pull request #426 is merged I recommend using my fork of pynetbox which has #426 applied to -# the version 6.6.2 of pynetbox (the original pull request is against an older version). -# -# pynetbox = "^6.6.2" -# -pynetbox = { git = "https://github.com/jcollie/pynetbox.git", rev = "35449e0e87105d9a6170bcc333d6a1882c945cd0" } +pynetbox = "^7.0.1" dnspython = "^2.2.1"