Skip to content

Commit 6e0ab61

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject), [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) and [pylint](https://github.com/pylint-dev/pylint). 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 `mkdocs-literate-nav` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](oprypin/mkdocs-literate-nav@v0.6.2...v0.6.3) Updates `pylint` from 4.0.2 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.2...v4.0.5) --- 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: mkdocs-literate-nav dependency-version: 0.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3dfdb82 commit 6e0ab61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ email = "floss@frequenz.com"
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.8.1",
5858
"pydocstyle == 6.3.0",
5959
]
@@ -63,7 +63,7 @@ dev-mkdocs = [
6363
"black == 25.9.0",
6464
"mike == 2.1.3",
6565
"mkdocs-gen-files == 0.5.0",
66-
"mkdocs-literate-nav == 0.6.2",
66+
"mkdocs-literate-nav == 0.6.3",
6767
"mkdocs-macros-plugin == 1.4.1",
6868
"mkdocs-material == 9.6.22",
6969
"mkdocstrings[python] == 0.30.1",
@@ -78,7 +78,7 @@ dev-mypy = [
7878
]
7979
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.6"]
8080
dev-pylint = [
81-
"pylint == 4.0.2",
81+
"pylint == 4.0.5",
8282
# For checking the noxfile, docs/ script, and tests
8383
"frequenz-api-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8484
]

0 commit comments

Comments
 (0)