This repository was archived by the owner on Sep 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change
1
+ Update dependencies and change the version ranges to specify the minimum to allow more flexibility in the components relying on this SDK
Original file line number Diff line number Diff line change 7
7
'setuptools>=54.2.0' ,
8
8
]
9
9
install_requires = [
10
- 'backend.ai-cli~=0.5.0.post1' ,
11
10
'aiohttp~=3.7.4' ,
12
- 'aiotusclient~=0.1.3 ' ,
13
- 'appdirs~=1.4.3 ' ,
14
- 'async_timeout~ =3.0' , # to avoid pip10 resolver issue
15
- 'attrs>=20.1' , # to avoid pip10 resolver issue
16
- 'click~ =8.0.1' ,
17
- 'colorama~ =0.4.3 ' ,
18
- 'humanize~ =3.1.0' ,
19
- 'janus~ =0.6.0 ' ,
20
- 'multidict~=4.7.4 ' ,
21
- 'python-dateutil~ =2.8.1 ' ,
11
+ 'aiotusclient~=0.1.4 ' ,
12
+ 'appdirs~=1.4.4 ' ,
13
+ 'async_timeout> =3.0' ,
14
+ 'attrs>=21.2' ,
15
+ 'click> =8.0.1' ,
16
+ 'colorama> =0.4.4 ' ,
17
+ 'humanize> =3.1.0' ,
18
+ 'janus> =0.6.1 ' ,
19
+ 'multidict>=5.1.0 ' ,
20
+ 'python-dateutil> =2.8.2 ' ,
22
21
'PyYAML~=5.4.1' ,
23
- 'tabulate~=0.8.6' ,
24
- 'tqdm~=4.48' ,
25
- 'yarl~=1.6.1' ,
26
- 'typing-extensions~=3.7.4' ,
22
+ 'tabulate>=0.8.9' ,
23
+ 'tqdm>=4.61' ,
24
+ 'typing-extensions>=3.10.0' ,
25
+ 'yarl>=1.6.3' ,
26
+ 'backend.ai-cli~=0.5.0.post1' ,
27
27
]
28
28
build_requires = [
29
29
'wheel>=0.36.2' ,
30
- 'twine>=3.4.1 ' ,
30
+ 'twine>=3.4.2 ' ,
31
31
'towncrier>=21.3.0' ,
32
32
]
33
33
test_requires = [
34
- 'pytest~=6.1.1 ' ,
34
+ 'pytest~=6.2.4 ' ,
35
35
'pytest-cov' ,
36
36
'pytest-mock' ,
37
- 'pytest-asyncio>=0.12.0 ' ,
38
- 'aioresponses~ =0.7.0 ' ,
37
+ 'pytest-asyncio>=0.15.1 ' ,
38
+ 'aioresponses> =0.7.2 ' ,
39
39
'asynctest>=0.13; python_version<"3.8"' ,
40
40
'codecov' ,
41
41
]
42
42
lint_requires = [
43
- 'flake8>=3.8.4 ' ,
43
+ 'flake8>=3.9.2 ' ,
44
44
]
45
45
typecheck_requires = [
46
- 'mypy>=0.901 ' ,
46
+ 'mypy>=0.910 ' ,
47
47
'types-click' ,
48
48
'types-python-dateutil' ,
49
49
'types-tabulate' ,
You can’t perform that action at this time.
0 commit comments