From 9f82d3c6abfc83d2d3c5f06e5b643e9aee8b6fb0 Mon Sep 17 00:00:00 2001 From: Eric Krichbaum Date: Fri, 15 Nov 2024 18:46:14 -0600 Subject: [PATCH] Update pyproject.toml for updated pythong 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1613d0..c09624c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.8,<3.13" +python = ">=3.8,<3.14" cryptography = "*" napalm = "^4.0.0" lxml = "^5.0.0"