Skip to content

Commit b9f2d76

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@24.3.0...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68dc3c5 commit b9f2d76

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.10.0 # update pyproject.toml as well
2-
black~=24.3
2+
black~=24.4
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.4
6+
black>=19.10b0,<24.5
77
mypy_extensions
88
importlib_resources>=1.4;python_version<'3.9'

0 commit comments

Comments
 (0)