From 6f0f0fe612127937bcff4911ee12c45bc232cf7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:06:12 +0000 Subject: [PATCH] chore(deps): update dependency black to v25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 794212e..35aac4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ mypy = "^1.0.0" pytest = "^8.0.0" pytest-deadfixtures = "^2.2.1" flake8-black = "^0.3.6" -black = "^24.0.0" +black = "^25.0.0" pytest-cov = "^5.0.0" coveralls = "^3.3.1" types-requests = "^2.28.11.7"