From 2f609d0ff03228e1b7034099d27bdcacf88013e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 06:11:41 +0000 Subject: [PATCH] chore(deps): update dependency black to v23.10.1 (#240) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbd84ed7..dc7c7f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ path = "src/dnadiffusion/__about__.py" [tool.hatch.envs.default] python = "3.10" dependencies = [ - "black==23.9.1", + "black==23.10.1", "black[jupyter]", "mkdocs-material==9.3.1", "mkdocstrings==0.23.0",