Skip to content

Commit

Permalink
Update pylint requirement from ^2.13, !=2.13.6 to >=2.13,<4.0 (#51)
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.13.0...v3.0.1)

---
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>
  • Loading branch information
dependabot[bot] authored and trvto committed Oct 17, 2023
1 parent 75a64b2 commit 4924428
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 @@ -60,7 +60,7 @@ optional = true

[tool.poetry.group.pre-commit.dependencies]
black = ">=22.3"
pylint = "^2.13, !=2.13.6"
pylint = ">=2.13,<4.0"
pre-commit = ">=2.15,<4.0"
pyupgrade = ">=2.29,<4.0"

Expand Down

0 comments on commit 4924428

Please sign in to comment.