Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 22, 2023
1 parent b8711ca commit f2d6340
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ passlib = "^1.7.4"
dnspython = "^2.4.2"
loguru = "0.7.2"
toml = ">=0.10.2"
deprecated = "1.2.14"
deprecated = ">=1.2.14"

[tool.poetry.urls]
source = "https://github.com/mpenning/ciscoconfparse"
Expand Down
5 changes: 3 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ wheel >= 0.38.4
twine >= 4.0.2

# Other development resources...
poetry == 1.5.1
poetry-core == 1.6.1
poetry >= 1.6.1
poetry-core >= 1.7.0
poetry-plugin-export >= 1.5.0
packaging >= 23.0
pytest >= 7.3.2
gitpython
Expand Down

0 comments on commit f2d6340

Please sign in to comment.