Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent 55052f1 commit 973385c
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.10.0",
"mypy==1.10.1",
"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.10.0",
"mypy==1.10.1",
"types-tqdm",
"pre-commit>=3.0.0,<4.0.0",
# docs
Expand Down

0 comments on commit 973385c

Please sign in to comment.