Mirror: 0.800

This commit is contained in:
Github Actions 2021-01-23 09:18:28 +00:00
parent 6fd7e2a39e
commit 59a8e37f2a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.790 0.800

View File

@ -4,5 +4,5 @@ from setuptools import setup
setup( setup(
name='pre_commit_dummy_package', name='pre_commit_dummy_package',
version='0.0.0', version='0.0.0',
install_requires=['mypy==0.790'], install_requires=['mypy==0.800'],
) )