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: [ruff](https://github.com/astral-sh/ruff), [pyright](https://github.com/RobertCraigie/pyright-python) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `ruff` from 0.8.1 to 0.8.2
- [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.1...0.8.2)

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

Updates `mkdocs-material` from 9.5.47 to 9.5.48
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.47...9.5.48)

---
updated-dependencies:
- 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
- dependency-name: mkdocs-material
  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 9, 2024
1 parent 3555370 commit 17edb44
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 @@ -48,16 +48,16 @@ huggingface = [
]
dev = [
"mypy==1.13.0",
"ruff==0.8.1",
"pyright==1.1.389",
"ruff==0.8.2",
"pyright==1.1.390",
"pytest==8.3.4",
"pytest-cov==6.0.0"
]
docs = [
"mkdocs==1.6.1",
"mkdocstrings[python]==0.27.0",
"mkdocs-autolinks-plugin==0.7.1",
"mkdocs-material==9.5.47",
"mkdocs-material==9.5.48",
"mkdocs-snippets==1.3.0",
"mkdocs-exclude==1.0.2",
]
Expand Down

0 comments on commit 17edb44

Please sign in to comment.