Skip to content

Commit a1f881b

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[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.3 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.3...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 e3c0feb commit a1f881b

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

@@ -41,7 +41,7 @@ email = "[email protected]"
4141
dev-flake8 = [
4242
"flake8 == 7.3.0",
4343
"flake8-docstrings == 1.7.0",
44-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
44+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
4545
"pydoclint == 0.7.6",
4646
"pydocstyle == 6.3.0",
4747
]
@@ -56,7 +56,7 @@ dev-mkdocs = [
5656
"mkdocs-material == 9.6.21",
5757
"mkdocstrings[python] == 0.30.1",
5858
"mkdocstrings-python == 1.18.2",
59-
"frequenz-repo-config[lib] == 0.13.6",
59+
"frequenz-repo-config[lib] == 0.13.7",
6060
]
6161
dev-mypy = [
6262
"mypy == 1.18.2",
@@ -65,15 +65,15 @@ dev-mypy = [
6565
# For checking the noxfile, docs/ script, and tests
6666
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6767
]
68-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
68+
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.7"]
6969
dev-pylint = [
70-
"pylint == 4.0.3",
70+
"pylint == 4.0.4",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
]
7474
dev-pytest = [
7575
"pytest == 8.4.2",
76-
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
76+
"frequenz-repo-config[extra-lint-examples] == 0.13.7",
7777
"hypothesis == 6.140.3",
7878
"pytest-mock == 3.15.1",
7979
"pytest-asyncio == 1.2.0",

0 commit comments

Comments
 (0)