Skip to content

Commit 6d66d92

Browse files
chore(deps-dev): update pylint requirement from ~=3.2.5 to ~=3.2.6 (appium#1005)
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.5...v3.2.6) --- 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 0e13381 commit 6d66d92

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

0 commit comments

Comments
 (0)