Skip to content

Commit cbb8855

Browse files
Bump black from 25.1.0 to 25.9.0
Bumps [black](https://github.com/psf/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) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b069815 commit cbb8855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
]
5151
# Lock file: requirements_dev.txt
5252
optional-dependencies.dev = [
53-
"black == 25.1.0",
53+
"black == 25.9.0",
5454
"pylint == 3.3.8",
5555
"pytest == 8.4.2",
5656
]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astroid == 3.3.11
2-
black == 25.1.0
2+
black == 25.9.0
33
click == 8.3.0
44
colorama == 0.4.6
55
dill == 0.4.0

0 commit comments

Comments
 (0)