Skip to content

Commit

Permalink
Update mypy requirement from ^0.940 to ^0.941 (#34)
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.940...v0.941)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

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] authored Mar 17, 2022
1 parent 0f05094 commit 5935eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ marisa-trie = "^0.7.7"

[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
mypy = "^0.940"
mypy = "^0.941"
flake8 = ">=3.8"
black = "^22.1"
flake8-annotations-complexity = "^0.0.6"
Expand Down

0 comments on commit 5935eb1

Please sign in to comment.