diff options
author | Sebastian Wagner <sebastian.wagner@suse.com> | 2020-06-25 14:11:54 +0200 |
---|---|---|
committer | Sebastian Wagner <sebastian.wagner@suse.com> | 2020-06-26 12:27:32 +0200 |
commit | 78f3473f55afe14698dc702e24cf34030223a373 (patch) | |
tree | bc5b5f11c562acd9719adfbb2d7bce356b062535 /qa/tox.ini | |
parent | Merge pull request #35419 from votdev/issue_45897_add_host_labels (diff) | |
download | ceph-78f3473f55afe14698dc702e24cf34030223a373.tar.xz ceph-78f3473f55afe14698dc702e24cf34030223a373.zip |
qa,src: update mypy to 0.782
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Diffstat (limited to 'qa/tox.ini')
-rw-r--r-- | qa/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/tox.ini b/qa/tox.ini index 1b54ca0af3b..e1583649f8c 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -10,7 +10,7 @@ commands=flake8 --select=F,E9 --exclude=venv,.tox [testenv:mypy] basepython = python3 -deps = mypy==0.770 +deps = mypy==0.782 commands = mypy {posargs:.} [testenv:import-tasks] |