Skip to content

Commit 51af446

Browse files
Bump the minor group with 4 updates
Bumps the minor group with 4 updates: [flake8](https://github.com/pycqa/flake8), [mypy](https://github.com/python/mypy), [uv](https://github.com/astral-sh/uv) 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 `uv` from 0.5.26 to 0.6.11 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.5.26...0.6.11) 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: uv dependency-version: 0.6.11 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 729e18e commit 51af446

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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[lib] == 0.13.1",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -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",
@@ -70,15 +70,15 @@ dev-mkdocs = [
7070
"frequenz-repo-config[lib] == 0.13.1",
7171
]
7272
dev-mypy = [
73-
"mypy == 1.14.1",
73+
"mypy == 1.15.0",
7474
# This dependency introduces breaking changes in patch releases
7575
"grpc-stubs == 1.53.0.5",
7676
"types-Markdown == 3.7.0.20241204",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-noxfile = [
81-
"uv == 0.5.26",
81+
"uv == 0.6.11",
8282
"nox == 2025.2.9",
8383
"frequenz-repo-config[lib] == 0.13.1",
8484
]

0 commit comments

Comments
 (0)