From f9f0988a5eb02c2199903b2ea38bd3754930835c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:02:12 +0000 Subject: [PATCH] chore(deps): update dependency black to v26 [security] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 39fb15a..72eaa5c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.3 atomicwrites==1.3.0; sys_platform == "win32" attrs==19.3.0 -black==23.3.0 +black==26.3.1 certifi==2022.12.7 chardet==3.0.4 click==7.1.2 diff --git a/pyproject.toml b/pyproject.toml index c242b7d..36800d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ redis = {version = "^3.4.1", optional = true} [tool.poetry.dev-dependencies] isort = "^4.3.21" mypy = "^0.910" -black = "^23.0.0" +black = "^26.0.0" fastapi = "^0.89.0" lxml = "^4.9.1" starlette = "^0.22.0"