From 1b133553f1c2a6ceffc975cd4b1f2a52dbc40b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:53:56 +0000 Subject: [PATCH] build(deps): update black requirement 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.12.0...26.5.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mypy-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index 41c0195c..7453ac77 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -1,5 +1,5 @@ mypy[mypyc]==2.0.0 # update pyproject.toml as well -black>=23.12,<26.4 +black>=26.5.0,<26.6 types-requests types-dataclasses objgraph diff --git a/pyproject.toml b/pyproject.toml index 388fc63d..5bd2c373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools>=50", # 50 is to match mypyc's minimum "setuptools_scm[toml]>=8.0.4,<11", 'mypy[mypyc]==2.0.0', # update mypy-requirements as well - "black>=19.10b0,<26.4", + "black>=26.5.0,<26.6", "types-requests", "types-dataclasses", "ruamel.yaml>= 0.17.6, < 0.20", diff --git a/requirements.txt b/requirements.txt index 07ddcf5b..89b2369d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ ruamel.yaml >= 0.17.6, < 0.20 rdflib>= 4.2.2, < 8.0.0 mistune>=3,<3.3 CacheControl[filecache]>= 0.13.1, < 0.15 -black>=19.10b0,<26.4 +black>=26.5.0,<26.6 mypy_extensions rich-argparse