From 6f84e482ac338541f1afd21e44aea3ca509a151c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:22:35 +0100 Subject: [PATCH] Update black requirement from ~=23.9.1 to ~=23.10.0 (#356) 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/23.9.1...23.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements/formatting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements/formatting.txt b/dev-requirements/formatting.txt index 26fddcaf..0d258c3e 100644 --- a/dev-requirements/formatting.txt +++ b/dev-requirements/formatting.txt @@ -1,2 +1,2 @@ -black~=23.9.1 +black~=23.10.0 ruff~=0.1.0 \ No newline at end of file