Skip to content

Commit

Permalink
chore(deps-dev): Update mypy requirement
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.
- [Commits](python/mypy@v0.971...v1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 3ed51c2 commit d091a94
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 @@ -14,7 +14,7 @@ pydantic = ">=1.9.0,<2.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
isort = "^5.10.1"
mypy = ">=0.971,<1.2"
mypy = ">=0.971,<1.5"
flake8 = "^5.0.4"
flake8-builtins = ">=1.5.3,<3.0.0"
flake8-annotations = "^2.9.1"
Expand Down

0 comments on commit d091a94

Please sign in to comment.