Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2024
1 parent 0434a28 commit 55052f1
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 @@ -57,7 +57,7 @@ training = [
]
quality = [
"ruff==0.4.10",
"mypy==1.9.0",
"mypy==1.10.0",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
]
Expand All @@ -84,7 +84,7 @@ dev = [
"onnx>=1.13.0,<2.0.0",
# style
"ruff==0.4.10",
"mypy==1.9.0",
"mypy==1.10.0",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
# docs
Expand Down

0 comments on commit 55052f1

Please sign in to comment.