Skip to content

Commit 0f2f89f

Browse files
Update black requirement from <24.5,>=19.10b0 to >=19.10b0,<24.9
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@24.4.0...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 615cee2 commit 0f2f89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.11.1 # update pyproject.toml as well
2-
black~=24.4
2+
black~=24.8
33
types-requests
44
types-dataclasses
55
objgraph

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ ruamel.yaml >= 0.17.6, < 0.19
33
rdflib>= 4.2.2, < 8.0.0
44
mistune>=3,<3.1
55
CacheControl[filecache]>= 0.11.7, < 0.15
6-
black>=19.10b0,<24.5
6+
black>=19.10b0,<24.9
77
mypy_extensions
88
importlib_resources>=1.4;python_version<'3.9'

0 commit comments

Comments
 (0)