Skip to content

Commit aeda68d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ server = [
3737
"cryptography==42.0.1"
3838
]
3939
test = [
40-
"black==23.12.1",
40+
"black==24.1.1",
4141
"flake8==7.0.0",
4242
"flake8-docstrings==1.7.0",
4343
"isort==5.13.2",

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==23.12.1
1+
black==24.1.1
22
flake8==7.0.0
33
flake8-docstrings==1.7.0
44
isort==5.13.2

0 commit comments

Comments
 (0)