Skip to content

Commit 8e6bb09

Browse files
Bump the style group across 1 directory with 3 updates (#14)
Bumps the style group with 3 updates in the / directory: [black](https://github.com/psf/black), [isort](https://github.com/PyCQA/isort) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.0) Updates `isort` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.1.0...7.0.0) Updates `pre-commit` from 4.3.0 to 4.4.0 - [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.3.0...v4.4.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: style - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: style - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor 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 e916653 commit 8e6bb09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ test = [
4343
"beautifulsoup4==4.14.3"
4444
]
4545
lint = [
46-
"black==25.9.0",
47-
"isort==6.1.0",
48-
"pre-commit==4.3.0",
46+
"black==25.11.0",
47+
"isort==7.0.0",
48+
"pre-commit==4.5.0",
4949
]
5050
doc = [
5151
"sybil==9.2.0",

0 commit comments

Comments
 (0)