Skip to content

Commit dad74c8

Browse files
Build(deps): Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [nox](https://github.com/wntrblm/nox) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). 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 `setuptools-scm[toml]` from 8.2.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.2.0...v8.3.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: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e6b836 commit dad74c8

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
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 78.1.0",
7-
"setuptools_scm[toml] == 8.2.0",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.2",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -73,7 +73,7 @@ dev-mypy = [
7373
# For checking the noxfile, docs/ script, and tests
7474
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
76-
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"]
76+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.2"]
7777
dev-pylint = [
7878
"pylint == 3.3.6",
7979
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)