Skip to content

Commit aa50051

Browse files
Bump the style group across 1 directory with 2 updates (#44)
Bumps the style group with 2 updates in the / directory: [black](https://github.com/psf/black) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `black` from 25.12.0 to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) Updates `pre-commit` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: style - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: style ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b29c232 commit aa50051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dev = [
3535
{include-group = "doc"},
3636
]
3737
lint = [
38-
"black==25.12.0",
38+
"black==26.1.0",
3939
"isort==7.0.0",
40-
"pre-commit==4.5.0",
40+
"pre-commit==4.5.1",
4141
]
4242
test = [
4343
"pyright==1.1.408",

0 commit comments

Comments
 (0)