Skip to content

Commit

Permalink
Bump mypy from 1.4.1 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.4.1...v1.6.1)

---
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 Oct 18, 2023
1 parent 92843ab commit d93a73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
test = [
"black==23.7.0",
"codespell==2.2.5",
"mypy==1.4.1",
"mypy==1.6.1",
"ruff==0.0.282",
"pre-commit==3.3.3"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==1.4.1
mypy==1.6.1
pylint==2.17.5
pre-commit==3.3.3
homeassistant==2023.8.1
Expand Down

0 comments on commit d93a73b

Please sign in to comment.