Skip to content

Commit

Permalink
Update pylint requirement from <3.0,>=2.9.6 to >=2.9.6,<4.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.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 4e07f1d commit 9be41e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flake8>=4.0,<7.0
hypothesis>=6.14.1,<7.0
ipython>7.0,<9.0
mypy>=0.910,<2.0
pylint>=2.9.6,<3.0
pylint>=2.9.6,<4.0
pytest-benchmark>=3.4.1,<5.0
pytest-cov>=2.12.1,<5.0
pytest>=7.0.1,<8.0
Expand Down

0 comments on commit 9be41e6

Please sign in to comment.