From 91ef085b4cc7e41bf0039266251d201549d79920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:43:13 +0000 Subject: [PATCH] chore: update black requirement from ^22.1.0 to ^24.8.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/22.1.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-version: 24.8.0 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 057ede1..1e39d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.8" eagerx = "^0.1.40" [tool.poetry.dev-dependencies] -black = "^22.1.0" +black = "^24.8.0" pytest = "^7.0" pytest-cov = "^3.0.0" flake8 = ">=3"