Skip to content

Commit

Permalink
build(deps): bump the lint-and-dev group across 1 directory with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the lint-and-dev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.12.0` | `1.13.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.384` | `1.1.387` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.40` | `9.5.42` |



Updates `mypy` from 1.12.0 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.0...v1.13.0)

Updates `ruff` from 0.6.9 to 0.7.1
- [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.6.9...0.7.1)

Updates `pyright` from 1.1.384 to 1.1.387
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.384...v1.1.387)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `mkdocs-material` from 9.5.40 to 9.5.42
- [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.40...9.5.42)

---
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-minor
  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: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Oct 31, 2024
1 parent 558024c commit c9c0f57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ huggingface = [
"transformers>=4.42.3,<=4.42.4",
]
dev = [
"mypy==1.12.0",
"ruff==0.6.9",
"pyright==1.1.384",
"mypy==1.13.0",
"ruff==0.7.1",
"pyright==1.1.387",
"pytest==8.3.3",
"pytest-cov==5.0.0"
"pytest-cov==6.0.0"
]
docs = [
"mkdocs==1.6.1",
"mkdocstrings[python]==0.26.2",
"mkdocs-autolinks-plugin==0.7.1",
"mkdocs-material==9.5.40",
"mkdocs-material==9.5.42",
"mkdocs-snippets==1.3.0",
"mkdocs-exclude==1.0.2",
]
Expand Down

0 comments on commit c9c0f57

Please sign in to comment.