From a1cf5923ac68ab0531b90359b217f577be1bcc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:04:13 +0300 Subject: [PATCH] Bump black from 24.8.0 to 24.10.0 (#1664) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [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.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Călina Cenan --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7d175d30..ee333c297 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # Installed by pip install pdr-backend # or pip install -e . install_requirements = [ - "black==24.8.0", + "black==24.10.0", "bumpversion", "ccxt==4.4.17", "coverage",