Skip to content

Commit 4bbb3e5

Browse files
chore(deps): update pylint requirement from >=3.3.1 to >=4.0.5
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@v3.3.1...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c7a859 commit 4bbb3e5

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
@@ -40,7 +40,7 @@ Issues = "https://github.com/spiceai/spicepy/issues"
4040

4141
[project.optional-dependencies]
4242
test = [
43-
"pylint>=3.3.1",
43+
"pylint>=4.0.5",
4444
"flake8>=7.1.1",
4545
"ruff>=0.4.0",
4646
"mypy>=1.10.0",

0 commit comments

Comments
 (0)