diff --git a/pyproject.toml b/pyproject.toml index 7b51340e..d0a89148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.7.0" [tool.poetry] name = "ciscoconfparse" -version = "1.8.2" +version = "1.9.0" description = "Parse, Audit, Query, Build, and Modify Cisco IOS-style and JunOS-style configs" license = "GPL-3.0-only" authors = [ @@ -77,9 +77,9 @@ classifiers=[ # Do NOT remove this... requirements.txt is not sufficient for dependencies [tool.poetry.dependencies] -python = ">=3.7.2,<4.0.0" +python = ">=3.8,<4.0.0" passlib = "^1.7.4" -dnspython = "^2.3.0" +dnspython = "^2.4.2" loguru = "0.7.2" toml = ">=0.10.2" deprecated = "1.2.14" diff --git a/requirements.txt b/requirements.txt index 3b1755c0..3c73c4cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,4 @@ poetry == 1.6.1 loguru == 0.7.2 passlib == 1.7.4 toml > 0.10.1 -dnspython == 2.3.0 -deprecated == 1.2.14 +dnspython == 2.4.2