File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
cloudsmith_cli/cli/commands Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 27
27
"python" ,
28
28
"rpm" ,
29
29
"ruby" ,
30
+ "cran" ,
30
31
]
31
32
32
33
Original file line number Diff line number Diff line change @@ -32,12 +32,14 @@ click-didyoumean==0.3.0
32
32
# via cloudsmith-cli (setup.py)
33
33
click-spinner == 0.1.10
34
34
# via cloudsmith-cli (setup.py)
35
- cloudsmith-api == 2.0.7
35
+ cloudsmith-api == 2.0.11
36
36
# via cloudsmith-cli (setup.py)
37
37
configparser == 6.0.0
38
38
# via click-configfile
39
39
coverage [toml ]== 7.2.7
40
- # via pytest-cov
40
+ # via
41
+ # coverage
42
+ # pytest-cov
41
43
dill == 0.3.7
42
44
# via pylint
43
45
distlib == 0.3.7
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def get_long_description():
51
51
"click-configfile>=0.2.3" ,
52
52
"click-didyoumean>=0.0.3" ,
53
53
"click-spinner>=0.1.7" ,
54
- "cloudsmith-api>=2.0.7 ,<3.0" , # Compatible upto (but excluding) 3.0+
54
+ "cloudsmith-api>=2.0.11 ,<3.0" , # Compatible upto (but excluding) 3.0+
55
55
"requests>=2.18.4" ,
56
56
"requests_toolbelt>=0.8.0" ,
57
57
"semver>=2.7.9" ,
You can’t perform that action at this time.
0 commit comments