Skip to content

Commit 3330b9a

Browse files
chore(deps-dev): update pylint requirement from ~=3.0.3 to ~=3.1.0 (#966)
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.0.3...v3.1.0) --- 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 4d8db65 commit 3330b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

+1-1
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.0.3"
13+
pylint = "~=3.1.0"
1414
pylint-quotes = "~=0.2.3"
1515
pytest = "~=8.0"
1616
pytest-cov = "~=4.1"

0 commit comments

Comments
 (0)