Skip to content

Commit

Permalink
bump(anta): Upgrade asyncssh to 2.16.0 to suppress deprecation warnin…
Browse files Browse the repository at this point in the history
…g from Cryptography (#777)

* bump: Force cryptography to lower than 43.0.0

* fix: Suppress deprecation warning from Cryptography in asyncssh

* Bump: asyncssh to 2.16.0

---------

Co-authored-by: Guillaume Mulocher <[email protected]>
  • Loading branch information
titom73 and gmuloc authored Aug 30, 2024
1 parent 145b7c4 commit 722b3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "Arista Network Test Automation (ANTA) Framework"
license = { file = "LICENSE" }
dependencies = [
"aiocache>=0.12.2",
"asyncssh>=2.13.2",
"asyncssh>=2.16",
"cvprac>=1.3.1",
"eval-type-backport>=0.1.3", # Support newer typing features in older Python versions (required until Python 3.9 support is removed)
"Jinja2>=3.1.2",
Expand Down

0 comments on commit 722b3e1

Please sign in to comment.