Skip to content

Commit c8d26f3

Browse files
chore(deps): bump black from 22.10.0 to 25.1.0
Bumps [black](https://github.com/psf/black) from 22.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c77b863 commit c8d26f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flake8>=5.0.4,<8
99
# Don't change this version without running CI builds;
1010
# The latest version may not be available for older Python runtime
1111
black>=22.8.0; python_version=="3.6"
12-
black==22.10.0; python_version>"3.6"
12+
black==25.1.0; python_version>"3.6"
1313
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
1414
psutil>=6.0.0,<7
1515
# used only under slack_sdk/*_store

0 commit comments

Comments
 (0)