Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#100)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [clang-format](https://github.com/ssciwr/clang-format-wheel), [mypy](https://github.com/python/mypy) and [shibuya](https://github.com/lepture/shibuya).


Updates `clang-format` from 19.1.1 to 19.1.2
- [Release notes](https://github.com/ssciwr/clang-format-wheel/releases)
- [Commits](ssciwr/clang-format-wheel@v19.1.1...v19.1.2)

Updates `mypy` from 1.12.0 to 1.12.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.0...v1.12.1)

Updates `shibuya` from 2024.8.30 to 2024.10.15
- [Release notes](https://github.com/lepture/shibuya/releases)
- [Changelog](https://github.com/lepture/shibuya/blob/master/docs/changelog.rst)
- [Commits](lepture/shibuya@2024.8.30...2024.10.15)

---
updated-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-patch
  dependency-group: dependencies
- dependency-name: shibuya
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent bb7f947 commit 352e299
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,16 +36,16 @@ test = [
]
lint = [
"black == 24.10.0",
"clang-format == 19.1.1",
"clang-format == 19.1.2",
"isort == 5.13.2",
"pylint == 3.3.1"
]
type = [
"mypy == 1.12.0"
"mypy == 1.12.1"
]
docs = [
"myst-parser == 4.0.0",
"shibuya == 2024.8.30",
"shibuya == 2024.10.15",
"sphinx == 8.1.3",
"sphinx-copybutton == 0.5.2"
]
Expand Down

0 comments on commit 352e299

Please sign in to comment.