Skip to content

Commit 8adee6a

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject), [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [pylint](https://github.com/pylint-dev/pylint) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python). 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.6 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.6...v0.13.7) Updates `pylint` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.2...v4.0.4) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.6 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.6...v0.13.7) --- 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: pylint dependency-version: 4.0.4 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d858428 commit 8adee6a

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
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 9.2.2",
8-
"frequenz-repo-config[lib] == 0.13.6",
8+
"frequenz-repo-config[lib] == 0.13.7",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -39,15 +39,15 @@ email = "[email protected]"
3939
dev-flake8 = [
4040
"flake8 == 7.3.0",
4141
"flake8-docstrings == 1.7.0",
42-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
42+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
4343
"pydoclint == 0.7.6",
4444
"pydocstyle == 6.3.0",
4545
]
4646
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
4747
dev-mkdocs = [
4848
"Markdown == 3.9",
4949
"black == 25.9.0",
50-
"frequenz-repo-config[lib] == 0.13.6",
50+
"frequenz-repo-config[lib] == 0.13.7",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202406.1023",
5353
"mike == 2.1.3",
@@ -66,15 +66,15 @@ dev-mypy = [
6666
"mypy == 1.18.2",
6767
"types-Markdown == 3.9.0.20250906",
6868
]
69-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
69+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.7"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
73-
"pylint == 4.0.2",
73+
"pylint == 4.0.4",
7474
]
7575
dev-pytest = [
7676
"async-solipsism == 0.8",
77-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
77+
"frequenz-repo-config[extra-lint-examples] == 0.13.7",
7878
"hypothesis == 6.143.0",
7979
"pytest == 8.4.2",
8080
"pytest-asyncio == 1.1.0",

0 commit comments

Comments
 (0)