Skip to content

Commit 6885e32

Browse files
Bump pylint from 2.17.4 to 2.17.5
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v2.17.4...v2.17.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f79353 commit 6885e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dev-mypy = [
7474
]
7575
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.3.0"]
7676
dev-pylint = [
77-
"pylint == 2.17.4",
77+
"pylint == 2.17.5",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
@@ -86,7 +86,7 @@ dev-pytest = [
8686
"async-solipsism == 0.5",
8787
# For checking docstring code examples
8888
"sybil == 5.0.3",
89-
"pylint == 2.17.4",
89+
"pylint == 2.17.5",
9090
"frequenz-sdk[dev-examples]",
9191
]
9292
dev = [

0 commit comments

Comments
 (0)