Skip to content

Commit 18d3f60

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [flake8](https://github.com/pycqa/flake8), [mypy](https://github.com/python/mypy) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `flake8` from 7.1.1 to 7.2.0 - [Commits](PyCQA/flake8@7.1.1...7.2.0) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [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.1.0...v8.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b6ba10 commit 18d3f60

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
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 75.8.0",
7-
"setuptools_scm[toml] == 8.1.0",
7+
"setuptools_scm[toml] == 8.2.0",
88
"frequenz-repo-config[api] == 0.12.3",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
@@ -50,7 +50,7 @@ email = "[email protected]"
5050

5151
[project.optional-dependencies]
5252
dev-flake8 = [
53-
"flake8 == 7.1.1",
53+
"flake8 == 7.2.0",
5454
"flake8-docstrings == 1.7.0",
5555
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5656
"pydoclint == 0.6.0",
@@ -66,7 +66,7 @@ dev-mkdocs = [
6666
"frequenz-repo-config[api] == 0.12.3",
6767
]
6868
dev-mypy = [
69-
"mypy == 1.14.1",
69+
"mypy == 1.15.0",
7070
"grpc-stubs == 1.53.0.5",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",

0 commit comments

Comments
 (0)