Skip to content

Commit 98add74

Browse files
chore(deps): bump the minor group across 1 directory with 2 updates
Bumps the minor group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [deepdiff](https://github.com/seperman/deepdiff). 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 `deepdiff` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](https://github.com/seperman/deepdiff/commits) --- 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: deepdiff dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb67bd9 commit 98add74

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
@@ -80,7 +80,7 @@ dev-mkdocs = [
8080
"frequenz-repo-config[lib] == 0.13.5",
8181
]
8282
dev-mypy = [
83-
"mypy == 1.16.1",
83+
"mypy == 1.17.1",
8484
"grpc-stubs == 1.53.0.6",
8585
"pandas-stubs == 2.3.0.250703",
8686
"types-Markdown == 3.8.0.20250415",
@@ -100,7 +100,7 @@ dev-pytest = [
100100
"pytest-mock == 3.14.1",
101101
"pytest-asyncio == 1.0.0",
102102
"async-solipsism == 0.8",
103-
"deepdiff == 8.5.0",
103+
"deepdiff == 8.6.0",
104104
]
105105
dev = [
106106
"frequenz-client-electricity-trading[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)