From 3455cd807f2e858da754021909f181e9d669d825 Mon Sep 17 00:00:00 2001 From: Zack Tobar Date: Tue, 5 Sep 2023 12:15:17 -0500 Subject: [PATCH] Fix toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc800e30..9e996450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.8,<3.10" +python = ">=3.8,<3.11" pycountry = "^22.3.5" matplotlib = "^3.3.4" nautobot = "^1.4.0"