From cb60be0a42c0875a8ff85787df634c37bf597508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:19:28 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [clang-format](https://github.com/ssciwr/clang-format-wheel) and [pyperf](https://github.com/psf/pyperf). Updates `clang-format` from 19.1.2 to 19.1.3 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v19.1.2...v19.1.3) 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) --- updated-dependencies: - dependency-name: clang-format 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3190ed..db68b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ ] lint = [ "black == 24.10.0", - "clang-format == 19.1.2", + "clang-format == 19.1.3", "isort == 5.13.2", "pylint == 3.3.1" ] @@ -51,7 +51,7 @@ docs = [ ] benchmark = [ "pymmh3 == 0.0.5", - "pyperf == 2.8.0", + "pyperf == 2.8.1", "xxhash == 3.5.0" ] plot = [