From 09507c76e002325483a8bb5a4a2c373e94506b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:44:31 +0000 Subject: [PATCH] Bump pylint from 2.8.0 to 3.2.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.8.0 to 3.2.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.8.0...v3.2.4) --- 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..1fb5c5b 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.4 python-dateutil==2.8.2 requests==2.31.0