-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
743 additions
and
773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "virl2_client" | ||
version = "2.8.0" | ||
version = "2.9.0-dev0" | ||
description = "VIRL2 Client Library" | ||
authors = ["Simon Knight <[email protected]>", "Ralph Schmieder <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -25,21 +25,21 @@ httpx = "^0.27.0" | |
|
||
# https://github.com/python-poetry/poetry/pull/606 -- no support for optional dev-deps | ||
# optional package for events | ||
aiohttp = {version = "^3.8", optional = true} | ||
aiohttp = {version = "^3.11", optional = true} | ||
|
||
# optional pyATS package | ||
# (this pulls in a lot more dependencies) | ||
# it does not pull in genie, need to specify extras=["full"] for pyATS. | ||
pyats = {version = "^24", optional = true} | ||
|
||
# optional packages for documentation build | ||
sphinx_rtd_theme = {version="^2", optional = true} | ||
sphinx_rtd_theme = {version="^3", optional = true} | ||
# version 8 is available but requires python>=3.10 | ||
sphinx = {version="^7", optional = true} | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
flake8 = "^7" | ||
pre-commit = "^3" | ||
pre-commit = "^4" | ||
pytest = "*" | ||
respx = "^0.21.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters