From 507aea16c7a9e645dd2971351beba9d333d18640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:38:18 +0000 Subject: [PATCH] Update black requirement from ^24.2.0 to ^25.1.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.2.0...25.1.0) --- updated-dependencies: - dependency-name: black 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 8ffb175..e1e2482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ jasmin-ldap = ["jasmin-ldap-django", "jasmin-ldap"] [tool.poetry.group.dev.dependencies] tox = "^4.4.12" pytest = "^8.0.0" -black = "^24.2.0" +black = "^25.1.0" isort = "^5.10.1" mypy = "^1.2.0" types-python-dateutil = "^2.8.19.12"