Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 56246d9 commit 8cdda13
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.14.0",
"mypy==1.15.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.14.0",
"mypy==1.15.0",
"pre-commit>=3.0.0,<4.0.0",
# docs
"sphinx>=3.0.0,!=3.5.0",
Expand Down

0 comments on commit 8cdda13

Please sign in to comment.