Skip to content

Commit 48cbcd9

Browse files
authored
ci: Remove upper bounds for requirements (#86)
1 parent 33f1364 commit 48cbcd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ dependencies = [
2222
"scp",
2323
"tqdm",
2424
"loguru",
25-
"rich>=13.5.2,<13.8.0",
25+
"rich>=13.5.2",
2626
"cvprac>=1.0.7",
27-
"click~=8.1.6",
28-
"click-help-colors~=0.9",
29-
"pydantic>2.0.0,<3.0.0",
27+
"click>=8.1.6",
28+
"click-help-colors>=0.9",
29+
"pydantic>2.0.0",
3030
]
3131
keywords = ["eos_downloader", "Arista", "eos", "cvp", "network", "automation", "networking", "devops", "netdevops"]
3232
classifiers = [
@@ -62,7 +62,7 @@ dev = [
6262
"pytest-html>=3.1.1",
6363
"pytest-metadata>=1.11.0",
6464
"pylint-pydantic>=0.2.4",
65-
"tox~=4.11",
65+
"tox>=4.11",
6666
"types-PyYAML",
6767
"types-paramiko",
6868
"types-requests",

0 commit comments

Comments
 (0)