Skip to content

Commit c5e209c

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 3d31755 commit c5e209c

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
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 78.1.0", "setuptools_scm[toml] == 8.1.0"]
5+
requires = ["setuptools == 78.1.0", "setuptools_scm[toml] == 8.2.0"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -68,7 +68,7 @@ extra-lint-examples = [
6868
"sybil >= 6.1.1, < 10",
6969
]
7070
dev-flake8 = [
71-
"flake8 == 7.1.1",
71+
"flake8 == 7.2.0",
7272
"flake8-docstrings == 1.7.0",
7373
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
7474
"pydoclint == 0.6.4",
@@ -87,7 +87,7 @@ dev-mkdocs = [
8787
"mkdocstrings-python == 1.16.8",
8888
]
8989
dev-mypy = [
90-
"mypy == 1.14.1",
90+
"mypy == 1.15.0",
9191
"types-setuptools >= 67.6.0, < 79", # Should match the build dependency
9292
"types-Markdown == 3.7.0.20250322",
9393
"types-PyYAML == 6.0.12.20250326",

0 commit comments

Comments
 (0)