Skip to content

Commit fa7e6d4

Browse files
chore(deps-dev): update pylint requirement from ~=3.1.0 to ~=3.2.2 (#993)
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.1.0...v3.2.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9af896 commit fa7e6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isort = "<6.0"
1010
mypy = "<2.0"
1111
mock = "~=5.1"
1212
pre-commit = "~=2.21"
13-
pylint = "~=3.1.0"
13+
pylint = "~=3.2.2"
1414
pylint-quotes = "~=0.2.3"
1515
pytest = "~=8.2"
1616
pytest-cov = "~=4.1"

0 commit comments

Comments
 (0)