Skip to content

Commit

Permalink
Update black[jupyter] requirement from ~=24.1 to ~=25.1
Browse files Browse the repository at this point in the history
Updates the requirements on [black[jupyter]](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.1.0...25.1.0)

---
updated-dependencies:
- dependency-name: black[jupyter]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 01ca09c commit 3a57504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nbtest = [
]
style = [
"autoflake==2.3.1",
"black[jupyter]~=24.1",
"black[jupyter]~=25.1",
"ruff==0.9.4",
"nbqa>=1.6.0",
]
Expand Down

0 comments on commit 3a57504

Please sign in to comment.