Mirror: 0.931

This commit is contained in:
Github Actions 2022-01-08 08:41:24 +00:00
parent 886e1c39f0
commit f6f816c65d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.930
0.931

View File

@ -4,5 +4,5 @@ from setuptools import setup
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['mypy==0.930'],
install_requires=['mypy==0.931'],
)