Skip to content

Commit

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

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

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.11.0` | `1.11.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.4` | `0.6.4` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.372` | `1.1.379` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.1` | `8.3.2` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.26.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.29` | `9.5.34` |



Updates `mypy` from 1.11.0 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11...v1.11.2)

Updates `ruff` from 0.5.4 to 0.6.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.5.4...0.6.4)

Updates `pyright` from 1.1.372 to 1.1.379
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.372...v1.1.379)

Updates `pytest` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.1...8.3.2)

Updates `mkdocs` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.6.0...1.6.1)

Updates `mkdocstrings[python]` from 0.25.1 to 0.26.1
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.25.1...0.26.1)

Updates `mkdocs-material` from 9.5.29 to 9.5.34
- [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.29...9.5.34)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lint-and-dev
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: lint-and-dev
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 6, 2024
1 parent 92cd8a0 commit c444527
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.11.0",
"ruff==0.5.4",
"pyright==1.1.372",
"pytest==8.3.1",
"mypy==1.11.2",
"ruff==0.6.4",
"pyright==1.1.379",
"pytest==8.3.2",
"pytest-cov==5.0.0"
]
docs = [
"mkdocs==1.6.0",
"mkdocstrings[python]==0.25.1",
"mkdocs==1.6.1",
"mkdocstrings[python]==0.26.1",
"mkdocs-autolinks-plugin==0.7.1",
"mkdocs-material==9.5.29",
"mkdocs-material==9.5.34",
"mkdocs-snippets==1.3.0",
"mkdocs-exclude==1.0.2",
]
Expand Down

0 comments on commit c444527

Please sign in to comment.