Skip to content

Commit

Permalink
build(deps-dev): update mypy requirement from ~=1.6.0 to ~=1.7.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.6.0...v1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gadomski committed Nov 27, 2023
1 parent c60aee8 commit 8d6b540
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 @@ -33,7 +33,7 @@ dependencies = [
dev = [
"black~=23.11.0",
"codespell~=2.2.5",
"mypy~=1.6.0",
"mypy~=1.7.0",
"pre-commit~=3.5.0",
"pytest-cov~=4.1.0",
"pytest~=7.4.0",
Expand Down

0 comments on commit 8d6b540

Please sign in to comment.