Skip to content

Commit 7577aaf

Browse files
dependabot: bump black from 26.3.1 to 26.5.1
Bumps [black](https://github.com/psf/black) from 26.3.1 to 26.5.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1c4447 commit 7577aaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
dev = [
3434
"pytest==9.1.1",
3535
"flake8==7.3.0",
36-
"black==26.3.1",
36+
"black==26.5.1",
3737
"isort==5.13.2",
3838
"mypy==2.1.0",
3939
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ sentry-sdk==2.63.0
1515

1616
# Development dependencies
1717
flake8==7.3.0
18-
black==26.3.1
18+
black==26.5.1
1919
isort==5.13.2
2020
mypy==2.1.0

0 commit comments

Comments
 (0)