Skip to content

Commit

Permalink
Bump pylint from 2.15.10 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.10 to 3.3.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.15.10...v3.3.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 3d8c93b commit 1977833
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 @@ -30,7 +30,7 @@
# Similar to `install_requires` above, these must be valid existing
# projects.
extras_require={ # Optional
'dev': ['coverage', 'coveralls', 'mock', 'pylint==2.15.10', 'pynose', 'pyinstaller']
'dev': ['coverage', 'coveralls', 'mock', 'pylint==3.3.0', 'pynose', 'pyinstaller']
},
license="Mozilla Public License 2.0 (MPL 2.0)",
keywords="py.test pytest opentmi report",
Expand Down

0 comments on commit 1977833

Please sign in to comment.