From 33649d96361e3e028ade7b8a2b0a873fb36716cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:49:27 +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 | | --- | --- | --- | | [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](https://github.com/psf/black/compare/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](https://github.com/ssciwr/clang-format-wheel/compare/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](https://github.com/python/mypy/compare/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](https://github.com/sphinx-doc/sphinx/compare/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](https://github.com/psf/pyperf/compare/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] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 150e13f..017915d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [