From b3ba180dcf44aa6797d02f22143138eab458ecbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:29:48 +0000 Subject: [PATCH] Bump pylint from 2.8.0 to 3.2.5 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.8.0 to 3.2.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.8.0...v3.2.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 884e1d0..bde189e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ cryptography==42.0.7 flake8==3.7.9 mock==2.0.0 PyJWT==2.8.0 -pylint==2.8.0 +pylint==3.2.5 python-dateutil==2.8.2 requests==2.31.0