Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 5 updates (#99)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [clang-format](https://github.com/ssciwr/clang-format-wheel) | `19.1.0` | `19.1.1` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.12.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.1.3` |
| [pyperf](https://github.com/psf/pyperf) | `2.7.0` | `2.8.0` |



Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

Updates `clang-format` from 19.1.0 to 19.1.1
- [Release notes](https://github.com/ssciwr/clang-format-wheel/releases)
- [Commits](ssciwr/clang-format-wheel@v19.1.0...v19.1.1)

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

Updates `sphinx` from 8.0.2 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3)

Updates `pyperf` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/psf/pyperf/releases)
- [Changelog](https://github.com/psf/pyperf/blob/main/doc/changelog.rst)
- [Commits](psf/pyperf@2.7.0...2.8.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clang-format
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyperf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent bf1091d commit f753966
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 @@ -35,23 +35,23 @@ test = [
"pytest-sugar == 1.0.0"
]
lint = [
"black == 24.8.0",
"clang-format == 19.1.0",
"black == 24.10.0",
"clang-format == 19.1.1",
"isort == 5.13.2",
"pylint == 3.3.1"
]
type = [
"mypy == 1.11.2"
"mypy == 1.12.0"
]
docs = [
"myst-parser == 4.0.0",
"shibuya == 2024.8.30",
"sphinx == 8.0.2",
"sphinx == 8.1.3",
"sphinx-copybutton == 0.5.2"
]
benchmark = [
"pymmh3 == 0.0.5",
"pyperf == 2.7.0",
"pyperf == 2.8.0",
"xxhash == 3.5.0"
]
plot = [
Expand Down

0 comments on commit f753966

Please sign in to comment.