Skip to content

Commit 1fb8ef7

Browse files
Update pylint requirement from <3.3.8 to <4.0.7
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...v4.0.6) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 716bbc2 commit 1fb8ef7

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
@@ -44,7 +44,7 @@ Repository = "https://github.com/google/python-fire"
4444
test = [
4545
"setuptools<=80.9.0",
4646
"pip",
47-
"pylint<3.3.8",
47+
"pylint<4.0.7",
4848
"pytest<=8.4.1",
4949
"pytest-pylint<=1.1.2",
5050
"pytest-runner<7.0.0",

0 commit comments

Comments
 (0)