From b361c2523fa9e452b77b6b3d228e586e94b4d6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:35:34 +0000 Subject: [PATCH] Bump pylint from 2.15.10 to 3.2.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.10 to 3.2.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.15.10...v3.2.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af74765..5e14353 100644 --- a/setup.py +++ b/setup.py @@ -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.2.7', 'pynose', 'pyinstaller'] }, license="Mozilla Public License 2.0 (MPL 2.0)", keywords="py.test pytest opentmi report",