Skip to content

Commit 87de337

Browse files
Bump black from 25.9.0 to 25.11.0
Bumps [black](https://github.com/psf/black) from 25.9.0 to 25.11.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ac2062 commit 87de337

File tree

2 files changed

+35
-31
lines changed

2 files changed

+35
-31
lines changed

poetry.lock

Lines changed: 34 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = "^3.11"
1111
[tool.poetry.group.dev.dependencies]
1212
pytest = "^8.4.2"
1313
jupyter = "~=1.1.0"
14-
black = { extras = ["jupyter"], version = "~25.9.0" }
14+
black = { extras = ["jupyter"], version = "~25.11.0" }
1515
flake8 = "^7.3.0"
1616
flake8-black = "^0.4.0"
1717
flake8-isort = "^7.0.0"

0 commit comments

Comments
 (0)