Skip to content

Commit 91cd0e3

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 d776bfd commit 91cd0e3

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
@@ -66,7 +66,7 @@ dev-mkdocs = [
6666
"frequenz-repo-config[lib] == 0.13.5",
6767
]
6868
dev-mypy = [
69-
"mypy == 1.16.1",
69+
"mypy == 1.17.1",
7070
"types-Markdown == 3.8.0.20250708",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
@@ -84,7 +84,7 @@ dev-pytest = [
8484
"pytest-mock == 3.14.1",
8585
"pytest-asyncio == 1.0.0",
8686
"async-solipsism == 0.8",
87-
"hypothesis == 6.135.20",
87+
"hypothesis == 6.138.2",
8888
]
8989
dev = [
9090
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)