Skip to content

Commit

Permalink
build(deps-dev): bump mypy from 0.910 to 0.930 (#405)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.930.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.910...v0.930)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xavi Moreno <[email protected]>
  • Loading branch information
dependabot[bot] and xaviml authored Jan 7, 2022
1 parent ed7d92b commit 897f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytest-timeout = "==2.0.2"
mock = "==4.0.3"
pre-commit = "==2.16.0"
commitizen = "==2.20.3"
mypy = "==0.910"
mypy = "==0.930"
flake8 = "==4.0.1"
isort = "==5.10.1"
controllerx = {path = ".", editable = true}
Expand Down

0 comments on commit 897f610

Please sign in to comment.