Skip to content

Commit 6fad285

Browse files
Update black requirement from <=24.10.0,>=23.1.9 to >=23.1.9,<=25.1.0
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.3.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7643232 commit 6fad285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
agrag = "agrag.main:ag_rag"
6464

6565
[project.optional-dependencies]
66-
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=24.10.0", "isort>=5.11.0, <=5.13.2"]
66+
tests = ["pytest", "pytest-mock", "tox", "black>=23.1.9, <=25.1.0", "isort>=5.11.0, <=5.13.2"]
6767

6868
# Testing and formatting configurations
6969
[tool.black]

0 commit comments

Comments
 (0)