Skip to content

Commit 66b7394

Browse files
Bump the patch group across 1 directory with 5 updates
Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) | `1.2.3` | `1.2.4` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.5` | `0.13.8` | | [uv](https://github.com/astral-sh/uv) | `0.9.13` | `0.9.16` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.5` | `0.13.8` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `9.2.0` | `9.2.2` | Updates `flake8-pyproject` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/john-hen/Flake8-pyproject/releases) - [Commits](john-hen/Flake8-pyproject@1.2.3...1.2.4) Updates `frequenz-repo-config[lib]` from 0.13.5 to 0.13.8 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.5...v0.13.8) Updates `uv` from 0.9.13 to 0.9.16 - [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.9.13...0.9.16) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.5 to 0.13.8 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.13.5...v0.13.8) Updates `setuptools-scm[toml]` from 9.2.0 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v9.2.0...v9.2.2) --- updated-dependencies: - dependency-name: flake8-pyproject dependency-version: 1.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.9.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: setuptools-scm[toml] dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25022c4 commit 66b7394

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[build-system]
55
requires = [
66
"setuptools == 80.9.0",
7-
"setuptools_scm[toml] == 9.2.0",
8-
"frequenz-repo-config[lib] == 0.13.5",
7+
"setuptools_scm[toml] == 9.2.2",
8+
"frequenz-repo-config[lib] == 0.13.8",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -53,7 +53,7 @@ email = "[email protected]"
5353
dev-flake8 = [
5454
"flake8 == 7.3.0",
5555
"flake8-docstrings == 1.7.0",
56-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
56+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
5757
"pydoclint == 0.8.3",
5858
"pydocstyle == 6.3.0",
5959
]
@@ -68,7 +68,7 @@ dev-mkdocs = [
6868
"mkdocs-material == 9.7.0",
6969
"mkdocstrings[python] == 0.30.1",
7070
"mkdocstrings-python == 1.18.2",
71-
"frequenz-repo-config[lib] == 0.13.5",
71+
"frequenz-repo-config[lib] == 0.13.8",
7272
]
7373
dev-mypy = [
7474
"mypy == 1.19.0",
@@ -79,9 +79,9 @@ dev-mypy = [
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.9.13",
82+
"uv == 0.9.16",
8383
"nox == 2025.11.12",
84-
"frequenz-repo-config[lib] == 0.13.5",
84+
"frequenz-repo-config[lib] == 0.13.8",
8585
]
8686
dev-pylint = [
8787
"pylint == 3.3.8",
@@ -90,7 +90,7 @@ dev-pylint = [
9090
]
9191
dev-pytest = [
9292
"pytest == 8.4.2",
93-
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
93+
"frequenz-repo-config[extra-lint-examples] == 0.13.8",
9494
"pytest-mock == 3.15.1",
9595
"pytest-asyncio == 1.2.0",
9696
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)