Skip to content

Commit 4d3a9f2

Browse files
Build(deps-dev): 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[api]](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[api]` 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[api] 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 347f4e1 commit 4d3a9f2

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[api] == 0.13.6",
8+
"frequenz-repo-config[api] == 0.13.7",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
1111
# versions can't work with code that was generated with newer versions.
@@ -64,7 +64,7 @@ email = "[email protected]"
6464
dev-flake8 = [
6565
"flake8 == 7.3.0",
6666
"flake8-docstrings == 1.7.0",
67-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
67+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
6868
"pydoclint == 0.7.6",
6969
"pydocstyle == 6.3.0",
7070
]
@@ -79,7 +79,7 @@ dev-mkdocs = [
7979
"mkdocs-material == 9.6.23",
8080
"mkdocstrings[python] == 0.30.1",
8181
"mkdocstrings-python == 1.18.2",
82-
"frequenz-repo-config[api] == 0.13.6",
82+
"frequenz-repo-config[api] == 0.13.7",
8383
]
8484
dev-mypy = [
8585
"mypy == 1.18.2",
@@ -88,15 +88,15 @@ dev-mypy = [
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.6"]
91+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.7"]
9292
dev-pylint = [
93-
"pylint == 4.0.2",
93+
"pylint == 4.0.4",
9494
# For checking the noxfile, docs/ script, and tests
9595
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9696
]
9797
dev-pytest = [
9898
"pytest == 8.4.2",
99-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
99+
"frequenz-repo-config[extra-lint-examples] == 0.13.7",
100100
]
101101
dev = [
102102
"frequenz-api-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)