Skip to content

Commit d7049d7

Browse files
Bump black from 24.10.0 to 25.1.0 (#46)
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 389fb4d commit d7049d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires-python = ">=3.10"
1818
dependencies = ["dominate>=2.8.0", "intervaltree>=3.1.0"]
1919

2020
[project.optional-dependencies]
21-
dev = ["pytest==8.3.4", "prettyprinter==0.18.0", "freezegun==1.5.1", "black==24.10.0"]
21+
dev = ["pytest==8.3.4", "prettyprinter==0.18.0", "freezegun==1.5.1", "black==25.1.0"]
2222

2323
[tool.pytest.ini_options]
2424
pythonpath = ["src"]

0 commit comments

Comments
 (0)