Skip to content

Commit

Permalink
deps(dev): bump the major-dependencies group with 1 update
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.15.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed Oct 16, 2023
1 parent b96d4d6 commit a5a6fdd
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 @@ -44,7 +44,7 @@
extras_require={
'tests': [
'pylint-quotes~=0.2',
'pylint~=2.15',
'pylint>=2.15,<4.0',
'pytest-cov~=4.0',
'pytest-instafail~=0.4',
'pytest-isort~=3.1',
Expand Down

0 comments on commit a5a6fdd

Please sign in to comment.