aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-20 17:22:18 +0000
committerGitHub <noreply@github.com>2024-03-20 17:22:18 +0000
commite0a6e41e9eaaf8ecc2bb2c5c69036c4ab67d2273 (patch)
tree53bb7598e6c1ea101175468acafba8438cd637ff
parent17280b1bddbad8eb0d05a28f60b8ff773a6a08ed (diff)
build(deps): bump black from 23.1.0 to 24.3.0
Bumps [black](https://github.com/psf/black) from 23.1.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements-build.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-build.txt b/requirements-build.txt
index 2d7ad9d..baa85e6 100644
--- a/requirements-build.txt
+++ b/requirements-build.txt
@@ -1,4 +1,4 @@
-black==23.1.0
+black==24.3.0
click==8.1.3
mypy-extensions==1.0.0
packaging==23.0