Skip to content

Commit 3a9264d

Browse files
Bump black from 24.3.0 to 26.3.1
Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7dea68 commit 3a9264d

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
@@ -32,7 +32,7 @@ dependencies = [
3232
dev = [
3333
"pytest==8.3.5",
3434
"flake8==7.0.0",
35-
"black==24.3.0",
35+
"black==26.3.1",
3636
"isort==5.13.2",
3737
"mypy==1.11.2",
3838
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ transitions==0.9.3
1414

1515
# Development dependencies
1616
flake8==7.0.0
17-
black==24.3.0
17+
black==26.3.1
1818
isort==5.13.2
1919
mypy==1.11.2

0 commit comments

Comments
 (0)