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

Commit 0c5d6c6

Browse files
committed
setup: Update dependencies
1 parent 377a99f commit 0c5d6c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44

55
setup_requires = [
6-
'setuptools>=45.2.0',
6+
'setuptools>=46.1.0',
77
]
88
install_requires = [
99
'backend.ai-cli~=0.4.1',
@@ -22,11 +22,11 @@
2222
'yarl~=1.4.2',
2323
]
2424
build_requires = [
25-
'wheel>=0.33.6',
26-
'twine>=1.14.0',
25+
'wheel>=0.34.2',
26+
'twine>=3.1.1',
2727
]
2828
test_requires = [
29-
'pytest~=5.3.2',
29+
'pytest~=5.4.1',
3030
'pytest-cov',
3131
'pytest-mock',
3232
'pytest-asyncio>=0.10.0',
@@ -38,7 +38,7 @@
3838
'flake8>=3.7.9',
3939
]
4040
typecheck_requires = [
41-
'mypy>=0.760',
41+
'mypy>=0.770',
4242
]
4343
dev_requires = [
4444
'pytest-sugar>=0.9.1',

0 commit comments

Comments
 (0)