Skip to content

Commit

Permalink
ci: Remove upper bounds for requirements (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed May 13, 2024
1 parent 33f1364 commit 48cbcd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ dependencies = [
"scp",
"tqdm",
"loguru",
"rich>=13.5.2,<13.8.0",
"rich>=13.5.2",
"cvprac>=1.0.7",
"click~=8.1.6",
"click-help-colors~=0.9",
"pydantic>2.0.0,<3.0.0",
"click>=8.1.6",
"click-help-colors>=0.9",
"pydantic>2.0.0",
]
keywords = ["eos_downloader", "Arista", "eos", "cvp", "network", "automation", "networking", "devops", "netdevops"]
classifiers = [
Expand Down Expand Up @@ -62,7 +62,7 @@ dev = [
"pytest-html>=3.1.1",
"pytest-metadata>=1.11.0",
"pylint-pydantic>=0.2.4",
"tox~=4.11",
"tox>=4.11",
"types-PyYAML",
"types-paramiko",
"types-requests",
Expand Down

0 comments on commit 48cbcd9

Please sign in to comment.