Skip to content

Commit

Permalink
build(deps): bump the lint-and-dev group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the lint-and-dev group with 3 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `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)

Updates `ruff` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.3...0.8.4)

Updates `pyright` from 1.1.390 to 1.1.391
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.391)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lint-and-dev
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lint-and-dev
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lint-and-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 0fa8b54 commit 0dc263e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ huggingface = [
"transformers>=4.42.3,<=4.47.0",
]
dev = [
"mypy==1.13.0",
"ruff==0.8.3",
"pyright==1.1.390",
"mypy==1.14.0",
"ruff==0.8.4",
"pyright==1.1.391",
"pytest==8.3.4",
"pytest-cov==6.0.0"
]
Expand Down

0 comments on commit 0dc263e

Please sign in to comment.