Skip to content

Commit

Permalink
Update pylint requirement from <2.18.0,>=2.14.5 to >=2.14.5,<3.1.0 (#35)
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.14.5...v3.0.1)

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

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] authored Oct 9, 2023
1 parent 1391150 commit 4509679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =

[options.extras_require]
test =
pylint>=2.14.5,<2.18.0
pylint>=2.14.5,<3.1.0
coverage
coveralls
pre-commit
Expand Down

0 comments on commit 4509679

Please sign in to comment.