Skip to content

Commit b8a1c58

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 d3b3002 commit b8a1c58

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
@@ -82,7 +82,7 @@ dev-mkdocs = [
8282
"frequenz-repo-config[lib] == 0.13.5",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.16.1",
85+
"mypy == 1.17.1",
8686
"types-Markdown == 3.8.0.20250708",
8787
# For checking the noxfile, docs/ script, and tests
8888
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
@@ -104,7 +104,7 @@ dev-pytest = [
104104
"pytest-asyncio == 1.0.0",
105105
"async-solipsism == 0.7",
106106
"time-machine == 2.16.0",
107-
"hypothesis == 6.135.20",
107+
"hypothesis == 6.136.8",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)