Skip to content

Commit 9d44e4f

Browse files
pip(deps-dev): update black requirement in /backend
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.1a1...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6f5193 commit 9d44e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development dependencies
2-
black==23.*
2+
black==24.*
33
isort==5.*
44
flake8==6.*
55
pytest==7.*

0 commit comments

Comments
 (0)