Skip to content

Commit 8fa553b

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 e999d7b commit 8fa553b

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,9 +69,9 @@ dev-flake8 = [
6969
"pydoclint == 0.8.3",
7070
"pydocstyle == 6.3.0",
7171
]
72-
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
72+
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]
7373
dev-mkdocs = [
74-
"black == 26.3.1",
74+
"black == 26.5.1",
7575
"Markdown == 3.10.2",
7676
"mike == 2.2.0",
7777
"mkdocs-gen-files == 0.6.1",
@@ -105,7 +105,7 @@ dev-pytest = [
105105
"pytest-asyncio == 1.3.0",
106106
"async-solipsism == 0.9",
107107
"time-machine == 3.2.0",
108-
"hypothesis == 6.152.4",
108+
"hypothesis == 6.155.1",
109109
"frequenz-client-dispatch[cli]",
110110
]
111111
dev = [

0 commit comments

Comments
 (0)