Mirror: 0.921

This commit is contained in:
Github Actions 2021-12-22 08:41:34 +00:00
parent 5ecfb11dc5
commit a205b57cf6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.920
0.921

View File

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