From f625d0ca95dc5f7a1752932872c75a0ea2755cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:13:19 +0000 Subject: [PATCH] Bump pylint from 3.2.3 to 3.2.5 in the pip group Bumps the pip group with 1 update: [pylint](https://github.com/pylint-dev/pylint). Updates `pylint` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca51cf..2a122a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ - "pylint==3.2.3", + "pylint==3.2.5", "ldap-jwt-auth[test]" ]