Skip to content

Commit

Permalink
Bump mypy from 1.4.1 to 1.5.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.5.1.
- [Commits](python/mypy@v1.4.1...v1.5.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 Aug 17, 2023
1 parent 92843ab commit eeb0eb4
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.5.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.5.1
pylint==2.17.5
pre-commit==3.3.3
homeassistant==2023.8.1
Expand Down

0 comments on commit eeb0eb4

Please sign in to comment.