Skip to content

Commit ade85fb

Browse files
dependabot[bot]mr-c
authored andcommitted
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](psf/black@23.12.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab198ff commit ade85fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy[mypyc]==1.18.2 # update pyproject.toml as well
2-
black>=23.12,<25.10
2+
black>=23.12,<25.12
33
types-requests
44
types-dataclasses
55
objgraph

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools>=50", # 50 is to match mypyc's minimum
44
"setuptools_scm[toml]>=8.0.4,<10",
55
'mypy[mypyc]==1.18.2', # update mypy-requirements as well
6-
"black>=19.10b0,<25.10",
6+
"black>=19.10b0,<25.12",
77
"types-requests",
88
"types-dataclasses",
99
"ruamel.yaml>=0.17.6, < 0.19",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ruamel.yaml >= 0.17.6, < 0.19
33
rdflib>= 4.2.2, < 8.0.0
44
mistune>=3,<3.2
55
CacheControl[filecache]>= 0.13.1, < 0.15
6-
black>=19.10b0,<25.10
6+
black>=19.10b0,<25.12
77
mypy_extensions

0 commit comments

Comments
 (0)