Skip to content

Commit 579fba0

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). 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: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17a4828 commit 579fba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 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 == 75.8.0", "setuptools_scm[toml] == 8.1.0"]
5+
requires = ["setuptools == 75.8.0", "setuptools_scm[toml] == 8.2.0"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -87,7 +87,7 @@ dev-mkdocs = [
8787
"mkdocstrings-python == 1.14.6",
8888
]
8989
dev-mypy = [
90-
"mypy == 1.14.1",
90+
"mypy == 1.15.0",
9191
"types-setuptools >= 67.6.0, < 76", # Should match the build dependency
9292
"types-Markdown == 3.7.0.20241204",
9393
"types-PyYAML == 6.0.12.20241230",

0 commit comments

Comments
 (0)