Skip to content

Commit f22b6b1

Browse files
Update black requirement from ~=24.8 to >=23.12,<24.11 (#878)
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.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <[email protected]>
1 parent e174773 commit f22b6b1

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.2 # update pyproject.toml as well
2-
black~=24.8
2+
black>=23.12,<24.11
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.9
6+
black>=19.10b0,<24.11
77
mypy_extensions
88
importlib_resources>=1.4;python_version<'3.9'

0 commit comments

Comments
 (0)