Skip to content

Commit

Permalink
Roll version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 10, 2023
1 parent e13ba41 commit b32d1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 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.1"
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 @@ -76,13 +76,12 @@ 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"
better_exceptions = "0.2.1"

[tool.poetry.urls]
source = "https://github.com/mpenning/ciscoconfparse"
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ poetry == 1.6.1
loguru == 0.7.2
passlib == 1.7.4
toml > 0.10.1
dnspython == 2.3.0
dnspython == 2.4.2
deprecated == 1.2.14
better_exceptions == 0.2.1

0 comments on commit b32d1cb

Please sign in to comment.