Skip to content

Commit e87a030

Browse files
Bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [nox](https://github.com/wntrblm/nox), [deepdiff](https://github.com/seperman/deepdiff) and [setuptools](https://github.com/pypa/setuptools). Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) Updates `deepdiff` from 8.4.2 to 8.5.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/8.5.0) Updates `setuptools` from 80.1.0 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.1.0...v80.9.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: deepdiff dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 943aba1 commit e87a030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 80.1.0",
6+
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.4",
99
]
@@ -80,15 +80,15 @@ dev-mkdocs = [
8080
"frequenz-repo-config[lib] == 0.13.4",
8181
]
8282
dev-mypy = [
83-
"mypy == 1.15.0",
83+
"mypy == 1.16.0",
8484
"grpc-stubs == 1.53.0.5",
8585
"pandas-stubs == 2.2.3.250308",
8686
"types-Markdown == 3.8.0.20250415",
8787
"types-protobuf == 5.29.1.20250403",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.4"]
91+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.4"]
9292
dev-pylint = [
9393
"pylint == 3.3.7",
9494
# For checking the noxfile, docs/ script, and tests
@@ -100,7 +100,7 @@ dev-pytest = [
100100
"pytest-mock == 3.14.0",
101101
"pytest-asyncio == 0.26.0",
102102
"async-solipsism == 0.7",
103-
"deepdiff == 8.4.2",
103+
"deepdiff == 8.5.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)