From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:08:55 +0000 (+0100) Subject: Bump pylint from 3.0.3 to 3.1.0 (#1115) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b3e3c013ea0bb3d431d89f1663a73b99ab9ba1af;p=music-assistant-server.git Bump pylint from 3.0.3 to 3.1.0 (#1115) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... 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 7ca2dfb3..0259043c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "mypy==1.8.0", "pre-commit==3.6.2", "pre-commit-hooks==4.5.0", - "pylint==3.0.3", + "pylint==3.1.0", "pytest==8.0.1", "pytest-aiohttp==1.0.5", "pytest-cov==4.1.0",