Skip to content

Commit 49bdcfa

Browse files
Bump black from 25.9.0 to 25.11.0 (#834)
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5397f3 commit 49bdcfa

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

requirements/checkformatting.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --allow-unsafe requirements/checkformatting.in
66
#
7-
black==25.9.0
8-
# via -r checkformatting.in
7+
black==25.11.0
8+
# via -r requirements/checkformatting.in
99
build==1.0.3
1010
# via pip-tools
1111
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
1515
importlib-metadata==7.0.1
1616
# via pip-sync-faster
1717
isort==6.1.0
18-
# via -r checkformatting.in
18+
# via -r requirements/checkformatting.in
1919
mypy-extensions==1.0.0
2020
# via black
2121
packaging==23.2
@@ -25,18 +25,18 @@ packaging==23.2
2525
pathspec==0.12.1
2626
# via black
2727
pip-sync-faster==0.0.5
28-
# via -r checkformatting.in
28+
# via -r requirements/checkformatting.in
2929
pip-tools==7.5.2
3030
# via
31-
# -r checkformatting.in
31+
# -r requirements/checkformatting.in
3232
# pip-sync-faster
3333
platformdirs==4.1.0
3434
# via black
3535
pyproject-hooks==1.0.0
3636
# via
3737
# build
3838
# pip-tools
39-
pytokens==0.1.10
39+
pytokens==0.3.0
4040
# via black
4141
wheel==0.42.0
4242
# via pip-tools

requirements/format.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --allow-unsafe requirements/format.in
66
#
7-
black==25.9.0
8-
# via -r format.in
7+
black==25.11.0
8+
# via -r requirements/format.in
99
build==1.0.3
1010
# via pip-tools
1111
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
1515
importlib-metadata==7.0.1
1616
# via pip-sync-faster
1717
isort==6.1.0
18-
# via -r format.in
18+
# via -r requirements/format.in
1919
mypy-extensions==1.0.0
2020
# via black
2121
packaging==23.2
@@ -25,18 +25,18 @@ packaging==23.2
2525
pathspec==0.12.1
2626
# via black
2727
pip-sync-faster==0.0.5
28-
# via -r format.in
28+
# via -r requirements/format.in
2929
pip-tools==7.5.2
3030
# via
31-
# -r format.in
31+
# -r requirements/format.in
3232
# pip-sync-faster
3333
platformdirs==4.1.0
3434
# via black
3535
pyproject-hooks==1.0.0
3636
# via
3737
# build
3838
# pip-tools
39-
pytokens==0.1.10
39+
pytokens==0.3.0
4040
# via black
4141
wheel==0.42.0
4242
# via pip-tools

0 commit comments

Comments
 (0)