Skip to content

Commit

Permalink
Bump mypy from 0.910 to 0.930
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]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2022
1 parent d6e23ca commit d05a5fb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
57 changes: 27 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ types-emoji = { version = "^1.2.7", optional = true} # PEP 561 compliant stub pa
cruft = "^2.10.0" # Automated Cookiecutter template synchronization

# Type Checking and Data Validation
mypy = "^0.910" # Static type checker
mypy = "^0.930" # Static type checker

# Testing
pytest = "^6.2.5"
Expand Down

0 comments on commit d05a5fb

Please sign in to comment.