From e3509c092ac2eca32576a77b9b857021720d4c9c Mon Sep 17 00:00:00 2001 From: hblandford Date: Wed, 11 Jun 2025 00:56:55 +1000 Subject: [PATCH] Closes #19684: Update pyproject.toml version to 4.3.2 (#19688) Co-authored-by: Hugh Blandford --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3664e4805..9cd50e650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [project] name = "netbox" -version = "4.3.1" +version = "4.3.2" requires-python = ">=3.10" authors = [ { name = "NetBox Community" }