From 5508bddc31a73c50e76c15c04367acd721cbd533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 05:17:22 +0000 Subject: [PATCH] Bump pylint from 2.15.10 to 3.3.3 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.15.10 to 3.3.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.15.10...v3.3.3) --- 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..412e1f0 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.3.3', 'pynose', 'pyinstaller'] }, license="Mozilla Public License 2.0 (MPL 2.0)", keywords="py.test pytest opentmi report",