Skip to content

Commit e201741

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [black](https://github.com/psf/black) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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 `hypothesis` from 6.152.4 to 6.155.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...v6.155.1) --- 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: hypothesis dependency-version: 6.155.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89dac07 commit e201741

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
@@ -53,10 +53,10 @@ dev-flake8 = [
5353
"pydoclint == 0.8.3",
5454
"pydocstyle == 6.3.0",
5555
]
56-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
56+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
5757
dev-mkdocs = [
5858
"Markdown == 3.10.2",
59-
"black == 26.3.1",
59+
"black == 26.5.1",
6060
"mike == 2.2.0",
6161
"mkdocs-gen-files == 0.6.1",
6262
"mkdocs-literate-nav == 0.6.3",
@@ -85,7 +85,7 @@ dev-pytest = [
8585
"pytest-mock == 3.15.1",
8686
"pytest-asyncio == 1.3.0",
8787
"async-solipsism == 0.9",
88-
"hypothesis == 6.152.4",
88+
"hypothesis == 6.155.1",
8989
]
9090
dev = [
9191
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)