Skip to content

Commit ccf2a1a

Browse files
Update black[jupyter] requirement from ~=22.12 to ~=25.11 (#87)
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@22.12.0...25.11.0) --- updated-dependencies: - dependency-name: black[jupyter] dependency-version: 25.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 028c62e commit ccf2a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ qiskit-sphinx-theme~=1.16.0
1313
reno>=3.5.0
1414
# Black's formatting rules can change between major versions, so we use
1515
# the ~= specifier for it.
16-
black[jupyter]~=22.12
16+
black[jupyter]~=25.11
1717
requests-mock>=1.11.0

0 commit comments

Comments
 (0)