Skip to content

Commit d8ea1b7

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [asyncclick](https://github.com/python-trio/asyncclick) and [mypy](https://github.com/python/mypy). Updates `asyncclick` from 8.1.8 to 8.2.2.2 - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.rst) - [Commits](https://github.com/python-trio/asyncclick/commits) 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) --- updated-dependencies: - dependency-name: asyncclick dependency-version: 8.2.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d262acf commit d8ea1b7

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
@@ -53,7 +53,7 @@ name = "Frequenz Energy-as-a-Service GmbH"
5353
5454

5555
[project.optional-dependencies]
56-
cli = ["asyncclick == 8.1.8"]
56+
cli = ["asyncclick == 8.2.2.2"]
5757
dev-flake8 = [
5858
"flake8 == 7.3.0",
5959
"flake8-docstrings == 1.7.0",
@@ -75,7 +75,7 @@ dev-mkdocs = [
7575
"frequenz-repo-config[lib] == 0.13.5",
7676
]
7777
dev-mypy = [
78-
"mypy == 1.16.1",
78+
"mypy == 1.17.1",
7979
"grpc-stubs == 1.53.0.6",
8080
"types-Markdown == 3.8.0.20250809",
8181
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)