Skip to content

Commit

Permalink
build(deps): bump mypy from 0.930 to 0.931 (#3656)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@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>
  • Loading branch information
dependabot[bot] committed Mar 1, 2022
1 parent 9967f0e commit d7a8272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/requirements-linting.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-testing.txt
Expand Up @@ -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
Expand Down

0 comments on commit d7a8272

Please sign in to comment.