Skip to content

Commit c3d3225

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `hypothesis` from 6.135.20 to 6.136.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.135.20...hypothesis-python-6.136.6) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.136.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15b41ad commit c3d3225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev-mkdocs = [
6767
"frequenz-repo-config[lib] == 0.13.5",
6868
]
6969
dev-mypy = [
70-
"mypy == 1.16.1",
70+
"mypy == 1.17.1",
7171
"types-Markdown == 3.8.0.20250415",
7272
"types-protobuf == 6.30.2.20250516",
7373
"types-setuptools == 80.9.0.20250529",
@@ -87,7 +87,7 @@ dev-pytest = [
8787
"pytest-asyncio == 1.0.0",
8888
"time-machine == 2.16.0",
8989
"async-solipsism == 0.7",
90-
"hypothesis == 6.135.20",
90+
"hypothesis == 6.136.6",
9191
]
9292
dev = [
9393
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)