From cbbfcd622b8fc233672ba8f34c51ecdc73122148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:40:42 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 5 updates 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](https://github.com/pytest-dev/pytest/compare/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](https://github.com/ssciwr/clang-format-wheel/compare/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](https://github.com/pylint-dev/pylint/compare/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](https://github.com/psf/pyperf/compare/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](https://github.com/matplotlib/matplotlib/compare/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] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3190ed..2c54835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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" ]