Skip to content

Commit

Permalink
build(deps-dev): bump mypy from 1.10.0 to 1.14.0 (#114)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.14.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 85ba8d0 commit 56246d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test = [
]
quality = [
"ruff==0.6.4",
"mypy==1.10.0",
"mypy==1.14.0",
"pre-commit>=3.0.0,<4.0.0",
]
docs = [
Expand All @@ -60,7 +60,7 @@ dev = [
"pytest-pretty>=1.0.0,<2.0.0",
# style
"ruff==0.6.4",
"mypy==1.10.0",
"mypy==1.14.0",
"pre-commit>=3.0.0,<4.0.0",
# docs
"sphinx>=3.0.0,!=3.5.0",
Expand Down

0 comments on commit 56246d9

Please sign in to comment.