Skip to content

Commit 272e257

Browse files
Bump the minor group across 1 directory with 3 updates
Bumps the minor group with 3 updates in the / directory: [nox](https://github.com/wntrblm/nox), [deepdiff](https://github.com/seperman/deepdiff) and [setuptools](https://github.com/pypa/setuptools). 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.7.1 - [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.7.1) --- updated-dependencies: - 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.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cb6a33 commit 272e257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.7.1",
77
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.4",
99
]
@@ -88,7 +88,7 @@ dev-mypy = [
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)