Skip to content

Commit 081d10f

Browse files
Bump pylint from 4.0.2 to 4.0.4 (#315)
Bumps [pylint](https://github.com/pylint-dev/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) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 518c8e1 commit 081d10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lint = [
8484
"pylint-per-file-ignores==2.0.3; python_version < '3.10'",
8585
"pylint-per-file-ignores==3.2.0; python_version > '3.9'",
8686
"pylint==3.3.9; python_version < '3.10'",
87-
"pylint==4.0.2; python_version > '3.9'",
87+
"pylint==4.0.4; python_version > '3.9'",
8888
]
8989
test = [
9090
"pytest==8.4.2",

0 commit comments

Comments
 (0)