From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:26:30 +0000 (+0200) Subject: Bump pylint from 3.1.0 to 3.1.1 (#1300) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=54f6d4fc3cb18c5a2ee6d37b37c26560793e234b;p=music-assistant-server.git Bump pylint from 3.1.0 to 3.1.1 (#1300) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 8269c07f..901214e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "mypy==1.10.0", "pre-commit==3.7.0", "pre-commit-hooks==4.6.0", - "pylint==3.1.0", + "pylint==3.1.1", "pytest==8.2.0", "pytest-aiohttp==1.0.5", "pytest-cov==5.0.0",