Skip to content

Commit

Permalink
bump: update dependencies version in loose requirements (#325)
Browse files Browse the repository at this point in the history
Update requirements versions
  • Loading branch information
mtache committed Aug 2, 2023
1 parent 87084cd commit 9588560
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ maintainers = [
description = "Arista Network Test Automation (ANTA) Framework"
license = { file = "LICENSE" }
dependencies = [
"aio-eapi~=0.6",
"click~=8.1",
"aio-eapi==0.6.3",
"click~=8.1.6",
"click-help-colors~=0.9",
"cvprac~=1.3",
"pydantic~=2.0",
"cvprac~=1.3.1",
"pydantic~=2.1.1",
"PyYAML~=6.0",
"requests>=2.31.0",
"rich~=13.4",
"asyncssh~=2.13",
"Jinja2~=3.1",
"requests~=2.31.0",
"rich~=13.5.2",
"asyncssh~=2.13.2",
"Jinja2~=3.1.2",
]
keywords = ["test", "anta", "Arista", "network", "automation", "networking", "devops", "netdevops"]
classifiers = [
Expand Down

0 comments on commit 9588560

Please sign in to comment.