Bump pylint from 2.13.5 to 3.1.0

Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.13.5 to 3.1.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.13.5...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-27 22:58:10 +00:00 committed by GitHub
parent ec58a80660
commit 5deecaa288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ test = [
lint = [ lint = [
"black==24.4.2", "black==24.4.2",
"isort==5.13.2", "isort==5.13.2",
"pylint==2.13.5", "pylint==3.1.0",
] ]
docs = [ docs = [
"sphinx~=7.0", "sphinx~=7.0",