build(deps): bump mypy from 0.930 to 0.931 (#3656)

Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.931)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-01 23:30:57 +00:00
committed by GitHub
parent 9967f0ebe3
commit d7a8272d7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ flake8==4.0.1
flake8-quotes==3.3.1
hypothesis==6.31.6
isort==5.10.1
mypy==0.930
mypy==0.931
pre-commit==2.17.0
pycodestyle==2.8.0
pyflakes==2.4.0
+1 -1
View File
@@ -2,7 +2,7 @@ coverage==6.3.2
hypothesis==6.31.6
# pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8
importlib-metadata==3.1.0;python_version<"3.8"
mypy==0.930
mypy==0.931
pytest==6.2.5
pytest-cov==3.0.0
pytest-mock==3.6.1