Skip to content

Commit 572020a

Browse files
Bump the patch group across 1 directory with 4 updates
Bumps the patch group with 4 updates in the / directory: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject), [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). 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.7 - [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.7) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.5 to 0.13.7 - [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.7) 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.7 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.7 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 9fe8d7b commit 572020a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 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.7.3",
5858
"pydocstyle == 6.3.0",
5959
]
@@ -68,7 +68,7 @@ dev-mkdocs = [
6868
"mkdocs-material == 9.6.21",
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.18.2",
@@ -81,7 +81,7 @@ dev-mypy = [
8181
dev-noxfile = [
8282
"uv == 0.8.22",
8383
"nox == 2025.5.1",
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)