From 1ade6512e541533e2736676b064b1ad0ebe370bf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Mar 2024 05:08:05 +0000
Subject: [PATCH] chore(deps-dev): update black requirement from 24.1.1 to
 24.3.0

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](https://github.com/psf/black/compare/24.1.1...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 11bfa74..f616c2d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ requests = "^2.25.1"
 pytest = "^8.0.0"
 vcrpy = "^5.1.0"
 flake8 = "7.0.0"
-black = "24.1.1"
+black = "24.3.0"
 isort = "5.13.2"
 
 [tool.mypy]