Bump black from 23.12.1 to 24.1.1 (#1046)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 29 Jan 2024 22:05:30 +0000 (23:05 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2024 22:05:30 +0000 (23:05 +0100)
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](https://github.com/psf/black/compare/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 6807e2fe9e156a0f4c4584bdb3ebc202df35016c..2ec175ef9e727d8ba8012b20fd592e0d64a0d3b0 100644 (file)
@@ -49,7 +49,7 @@ server = [
   "uvloop==0.19.0"
 ]
 test = [
-  "black==23.12.1",
+  "black==24.1.1",
   "codespell==2.2.6",
   "mypy==1.8.0",
   "ruff==0.1.14",