Skip to content

Commit

Permalink
⬆️ Update pylint requirement from ~=2.15.0 to >=2.15,<3.3 (#707)
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.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent e2c98aa commit b676b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
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.3",
"sphinx-lint~=0.6"
]
docs = [
Expand Down

0 comments on commit b676b0b

Please sign in to comment.