Skip to content

Commit 022a021

Browse files
Update pylint requirement from <3.3.7 to <3.3.8
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]>
1 parent cec0119 commit 022a021

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.3.5",
4848
"pytest-pylint<=1.1.2",
4949
"pytest-runner<7.0.0",

0 commit comments

Comments
 (0)