Skip to content

Commit

Permalink
⬆️ Update pylint requirement from ~=2.15.0 to >=2.15,<3.2
Browse files Browse the repository at this point in the history
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@v2.15.0...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent cf00bb8 commit 3fb228f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -49,7 +49,7 @@ pre-commit = [
"tox>=3.23.0",
"virtualenv>20",
"pre-commit>=2.2,<4.0",
"pylint~=2.15.0",
"pylint>=2.15,<3.2",
"sphinx-lint~=0.6"
]
docs = [
Expand Down

0 comments on commit 3fb228f

Please sign in to comment.