Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
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](lepture/shibuya@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](matplotlib/matplotlib@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent 28bf6a0 commit 7a0aa7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand All @@ -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"
]
Expand All @@ -55,7 +55,7 @@ benchmark = [
"xxhash == 3.5.0"
]
plot = [
"matplotlib == 3.9.3",
"matplotlib == 3.10.0",
"pandas == 2.2.3"
]

Expand Down

0 comments on commit 7a0aa7c

Please sign in to comment.