Skip to content

Commit

Permalink
Update pylint requirement from ==3.*,==3.0.2 to ==3.2.5 (#23)
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@v3.0.2...v3.2.5)

---
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 Jun 30, 2024
1 parent dd3b60f commit 554fe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
extras_require={
'dev': [
'pylint==3.0.2,==3.*',
'pylint==3.2.5',
'pytest>=7,<9',
'coverage[toml]>=6.3,<8.0',
'ipython',
Expand Down

0 comments on commit 554fe14

Please sign in to comment.