From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 22:00:35 +0000 (+0200) Subject: Bump pylint from 2.14.4 to 2.14.5 (#426) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e1982f354f1acdc074eb77faea6c67e446e42888;p=music-assistant-server.git Bump pylint from 2.14.4 to 2.14.5 (#426) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.4 to 2.14.5. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.4...v2.14.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development 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/requirements_dev.txt b/requirements_dev.txt index 797169bf..c0049194 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ black==22.6.0 flake8==4.0.1 mypy==0.961 pydocstyle==6.1.1 -pylint==2.14.4 +pylint==2.14.5 pytest==7.1.2 pytest-cov==3.0.0 pytest-timeout==2.1.0