From a1e0270ad02538b95731b4a95c25664b85de91ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:41:36 +0000 Subject: [PATCH] build(deps-dev): update black requirement from ^26.1.0 to ^26.3.1 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/26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddfa13b..c52aca1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aws-xray-sdk = "^2.13.0" [tool.poetry.group.dev.dependencies] -black = "^26.1.0" +black = "^26.3.1" ruff = "^0.15.0" pytest = "^9.0.0" pytest-mock = "^3.14.0"