Skip to content

Commit

Permalink
chore(deps-dev): update mypy requirement from 1.10.0 to 1.11.0
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.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent f83a6b5 commit 000748a
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 @@ -21,7 +21,7 @@ flake8-pytest-style = "2.0.0"
ruff = "0.5.2"
coverage = "7.5.0"
black = "24.4.1"
mypy = "1.10.0"
mypy = "1.11.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 000748a

Please sign in to comment.