Skip to content

Commit d8c1260

Browse files
chore(deps-dev): update pylint requirement from ~=3.2.6 to ~=3.2.7 (#1019)
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.2.6...v3.2.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d53160 commit d8c1260

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.2.6"
13+
pylint = "~=3.2.7"
1414
pylint-quotes = "~=0.2.3"
1515
pytest = "~=8.3"
1616
pytest-cov = "~=4.1"

0 commit comments

Comments
 (0)