Skip to content

Commit 86bf4ca

Browse files
Update pylint requirement from <3.3.7 to <3.3.8 (#614)
Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@pylint-version-0.18.1...v3.3.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c62e05 commit 86bf4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Repository = "https://github.com/google/python-fire"
4343
test = [
4444
"setuptools<=80.9.0",
4545
"pip",
46-
"pylint<3.3.7",
46+
"pylint<3.3.8",
4747
"pytest<=8.4.1",
4848
"pytest-pylint<=1.1.2",
4949
"pytest-runner<7.0.0",

0 commit comments

Comments
 (0)