Skip to content

Commit

Permalink
With git mergetool updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
2 parents 37e76b2 + b32d1cb commit b94520d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b94520d

Please sign in to comment.