From 63b16c4babd7d7bf8085fcf885d49a0db2907203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:22:05 +0000 Subject: [PATCH] Bump pylint from 2.8.0 to 3.2.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.8.0 to 3.2.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/pylint-2.8.0...v3.2.7) --- 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 656f3b2..e1377e5 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.9.0 -pylint==2.8.0 +pylint==3.2.7 python-dateutil==2.8.2 requests==2.31.0