Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [clang-format](https://github.com/ssciwr/clang-format-wheel) | `19.1.2` | `19.1.4` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` |
| [pyperf](https://github.com/psf/pyperf) | `2.8.0` | `2.8.1` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.2` | `3.9.3` |



Updates `pytest` from 8.3.3 to 8.3.4
- [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.3...8.3.4)

Updates `clang-format` from 19.1.2 to 19.1.4
- [Release notes](https://github.com/ssciwr/clang-format-wheel/releases)
- [Commits](ssciwr/clang-format-wheel@v19.1.2...v19.1.4)

Updates `pylint` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.1...v3.3.2)

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

Updates `matplotlib` from 3.9.2 to 3.9.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clang-format
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyperf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 8fd7f77 commit cbbfcd6
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 @@ -31,14 +31,14 @@ classifiers = [

[project.optional-dependencies]
test = [
"pytest == 8.3.3",
"pytest == 8.3.4",
"pytest-sugar == 1.0.0"
]
lint = [
"black == 24.10.0",
"clang-format == 19.1.2",
"clang-format == 19.1.4",
"isort == 5.13.2",
"pylint == 3.3.1"
"pylint == 3.3.2"
]
type = [
"mypy == 1.13.0"
Expand All @@ -51,11 +51,11 @@ docs = [
]
benchmark = [
"pymmh3 == 0.0.5",
"pyperf == 2.8.0",
"pyperf == 2.8.1",
"xxhash == 3.5.0"
]
plot = [
"matplotlib == 3.9.2",
"matplotlib == 3.9.3",
"pandas == 2.2.3"
]

Expand Down

0 comments on commit cbbfcd6

Please sign in to comment.