diff options
author | John Snow <jsnow@redhat.com> | 2022-01-31 23:11:33 -0500 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2022-02-02 14:12:22 -0500 |
commit | 74a1505d279897d2a448c876820a33cbe1f0f22e (patch) | |
tree | 5c728115b4921b823e42186ecb0cdcf8d57df1df /python/setup.cfg | |
parent | 50465f94d211beabfbfc80e4f85ec4fad0757570 (diff) | |
download | qemu-74a1505d279897d2a448c876820a33cbe1f0f22e.zip qemu-74a1505d279897d2a448c876820a33cbe1f0f22e.tar.gz qemu-74a1505d279897d2a448c876820a33cbe1f0f22e.tar.bz2 |
python: upgrade mypy to 0.780
We need a slightly newer version of mypy in order to use some features
of the asyncio server functions in the next commit.
(Note: pipenv is not really suited to upgrading individual packages; I
need to replace this tool with something better for the task. For now,
the miscellaneous updates not related to the mypy upgrade are simply
beyond my control. It's on my list to take care of soon.)
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 20220201041134.1237016-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
-rw-r--r-- | python/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index 3fb18f8..18aea2b 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -41,7 +41,7 @@ devel = flake8 >= 3.6.0 fusepy >= 2.0.4 isort >= 5.1.2 - mypy >= 0.770 + mypy >= 0.780 pylint >= 2.8.0 tox >= 3.18.0 urwid >= 2.1.2 |