Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit e3b7892

Browse files
authored
feat: Update dependencies (#175)
* Make most of them to set the minimum version, so that other components that rely on the client SDK could specify more flexible version ranges.
1 parent b98e455 commit e3b7892

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

changes/175.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies and change the version ranges to specify the minimum to allow more flexibility in the components relying on this SDK

setup.py

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,43 @@
77
'setuptools>=54.2.0',
88
]
99
install_requires = [
10-
'backend.ai-cli~=0.5.0.post1',
1110
'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',
2221
'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',
2727
]
2828
build_requires = [
2929
'wheel>=0.36.2',
30-
'twine>=3.4.1',
30+
'twine>=3.4.2',
3131
'towncrier>=21.3.0',
3232
]
3333
test_requires = [
34-
'pytest~=6.1.1',
34+
'pytest~=6.2.4',
3535
'pytest-cov',
3636
'pytest-mock',
37-
'pytest-asyncio>=0.12.0',
38-
'aioresponses~=0.7.0',
37+
'pytest-asyncio>=0.15.1',
38+
'aioresponses>=0.7.2',
3939
'asynctest>=0.13; python_version<"3.8"',
4040
'codecov',
4141
]
4242
lint_requires = [
43-
'flake8>=3.8.4',
43+
'flake8>=3.9.2',
4444
]
4545
typecheck_requires = [
46-
'mypy>=0.901',
46+
'mypy>=0.910',
4747
'types-click',
4848
'types-python-dateutil',
4949
'types-tabulate',

0 commit comments

Comments
 (0)