Skip to content

Commit

Permalink
Update pylint requirement from <3.2.0,>=2.14.5 to >=2.14.5,<3.3.0
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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent b15fa50 commit 52ff938
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 @@ -28,7 +28,7 @@ install_requires =

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

0 comments on commit 52ff938

Please sign in to comment.