Skip to content

Commit d58e763

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy). Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) Updates `mypy` from 2.0.0 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b673602 commit d58e763

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ dev-flake8 = [
6969
"pydoclint == 0.8.3",
7070
"pydocstyle == 6.3.0",
7171
]
72-
dev-formatting = ["black == 26.3.1", "isort == 6.1.0"]
72+
dev-formatting = ["black == 26.5.1", "isort == 6.1.0"]
7373
dev-mkdocs = [
7474
"Markdown == 3.10.2",
75-
"black == 26.3.1",
75+
"black == 26.5.1",
7676
"mike == 2.2.0",
7777
"mkdocs-gen-files == 0.5.0",
7878
"mkdocs-literate-nav == 0.6.3",
@@ -83,7 +83,7 @@ dev-mkdocs = [
8383
"frequenz-repo-config[api] == 0.17.0",
8484
]
8585
dev-mypy = [
86-
"mypy == 2.0.0",
86+
"mypy == 2.1.0",
8787
"grpc-stubs == 1.53.0.6",
8888
"types-Markdown == 3.10.2.20260508",
8989
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)