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"