Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 8735ce3 commit 5856c88
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 @@ -38,7 +38,7 @@ dynamic = ["version"]
test = [
"codespell==2.3.0",
"coverage==7.6.8",
"mypy==1.13.0",
"mypy==1.14.0",
"pyserial-asyncio-fast==0.14",
"pytest==8.3.4",
"pytest-asyncio==0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
codespell==2.3.0
coverage==7.6.8
mypy==1.13.0
mypy==1.14.0
pre-commit==4.0.1
pyserial-asyncio-fast==0.14
pytest-asyncio==0.24.0
Expand Down

0 comments on commit 5856c88

Please sign in to comment.