Skip to content

Commit

Permalink
⬆️ Update pylint requirement
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@pylint-3.0.0a0...v3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent f4b6f3c commit 0443aa3
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 @@ -16,7 +16,7 @@ dev = [
"mypy-extensions>=0.4.3,<1.1.0",
"pre-commit>=2.17,<3.8",
"pydocstyle>=6.1.1,<6.4.0",
"pylint>=2.11.1,<3.2.0",
"pylint>=2.11.1,<3.3.0",
"pytest>=7.1.1,<8.2.0",
"pyupgrade>=2.31.1,<3.16.0",
"safety>=1.10.3,<3.1.0",
Expand Down

0 comments on commit 0443aa3

Please sign in to comment.