Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrichbaum authored Apr 20, 2024
1 parent ef8c91f commit 8a9b4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8,<=3.12"
cryptography = "3.3.2"
napalm = "^4.0.0"
lxml = "^5.0.0"
Expand Down Expand Up @@ -110,4 +110,4 @@ addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"

[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 8a9b4f6

Please sign in to comment.