Skip to content

Commit c023f6e

Browse files
dependabot[bot]jacobdadams
authored andcommitted
chore(deps-dev): bump the major-dependencies group with 1 update
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.17.0...v3.0.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development dependency-group: major-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58a35a4 commit c023f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
extras_require={
4444
'tests': [
4545
'pylint-quotes~=0.2',
46-
'pylint~=2.17',
46+
'pylint>=2.17,<4.0',
4747
'pytest-cov~=4.1',
4848
'pytest-instafail~=0.5',
4949
'pytest-isort~=3.1',

0 commit comments

Comments
 (0)