Skip to content

Commit e065347

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 56d19fa commit e065347

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ assets = [
4040
dev-flake8 = [
4141
"flake8 == 7.3.0",
4242
"flake8-docstrings == 1.7.0",
43-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
43+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
4444
"pydoclint == 0.7.6",
4545
"pydocstyle == 6.3.0",
4646
]
@@ -55,7 +55,7 @@ dev-mkdocs = [
5555
"mkdocs-material == 9.6.23",
5656
"mkdocstrings[python] == 0.30.1",
5757
"mkdocstrings-python == 1.18.2",
58-
"frequenz-repo-config[lib] == 0.13.6",
58+
"frequenz-repo-config[lib] == 0.13.7",
5959
]
6060
dev-mypy = [
6161
"mypy == 1.18.2",
@@ -65,7 +65,7 @@ dev-mypy = [
6565
]
6666
dev-noxfile = [
6767
"nox == 2025.10.16",
68-
"frequenz-repo-config[lib] == 0.13.6",
68+
"frequenz-repo-config[lib] == 0.13.7",
6969
]
7070
dev-pylint = [
7171
# dev-pytest already defines a dependency to pylint because of the examples
@@ -75,8 +75,8 @@ dev-pylint = [
7575
dev-pytest = [
7676
"frequenz-microgrid-component-graph[microgrid]",
7777
"pytest == 8.4.2",
78-
"pylint == 4.0.2", # We need this to check for the examples
79-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
78+
"pylint == 4.0.4", # We need this to check for the examples
79+
"frequenz-repo-config[extra-lint-examples] == 0.13.7",
8080
"pytest-mock == 3.15.1",
8181
"pytest-asyncio == 1.2.0",
8282
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)