Skip to content

Commit d7875cf

Browse files
Bump the style group across 1 directory with 2 updates (#9)
Bumps the style group with 2 updates in the / directory: [black](https://github.com/psf/black) and [isort](https://github.com/PyCQA/isort). Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `isort` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...6.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: style - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: style ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a624d3 commit d7875cf

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
@@ -43,8 +43,8 @@ test = [
4343
"beautifulsoup4==4.14.0"
4444
]
4545
lint = [
46-
"black==25.1.0",
47-
"isort==6.0.1",
46+
"black==25.9.0",
47+
"isort==6.1.0",
4848
"pre-commit==4.3.0",
4949
]
5050
doc = [

0 commit comments

Comments
 (0)