From 7a0aa7cc4ccb5e96eb943d0a8458cd4f8f1df37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:01:33 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [clang-format](https://github.com/ssciwr/clang-format-wheel), [shibuya](https://github.com/lepture/shibuya) and [matplotlib](https://github.com/matplotlib/matplotlib). Updates `clang-format` from 19.1.4 to 19.1.5 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/commits) Updates `shibuya` from 2024.10.15 to 2024.12.13 - [Release notes](https://github.com/lepture/shibuya/releases) - [Changelog](https://github.com/lepture/shibuya/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/shibuya/compare/2024.10.15...2024.12.13) Updates `matplotlib` from 3.9.3 to 3.10.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.10.0) --- updated-dependencies: - dependency-name: clang-format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: shibuya dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c54835..504e9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ test = [ ] lint = [ "black == 24.10.0", - "clang-format == 19.1.4", + "clang-format == 19.1.5", "isort == 5.13.2", "pylint == 3.3.2" ] @@ -45,7 +45,7 @@ type = [ ] docs = [ "myst-parser == 4.0.0", - "shibuya == 2024.10.15", + "shibuya == 2024.12.13", "sphinx == 8.1.3", "sphinx-copybutton == 0.5.2" ] @@ -55,7 +55,7 @@ benchmark = [ "xxhash == 3.5.0" ] plot = [ - "matplotlib == 3.9.3", + "matplotlib == 3.10.0", "pandas == 2.2.3" ]