From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 12:23:27 +0000 (+0200) Subject: Bump pylint from 2.13.5 to 2.13.8 (#277) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=782b9a099e98d1b6e06788490dd4348d625ac60a;p=music-assistant-server.git Bump pylint from 2.13.5 to 2.13.8 (#277) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.5 to 2.13.8. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.5...v2.13.8) --- 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 2aaa56ef..00e58536 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ black==22.3.0 flake8==4.0.1 mypy==0.950 pydocstyle==6.1.1 -pylint==2.13.5 +pylint==2.13.8 pytest==7.1.2 pytest-cov==3.0.0 pytest-timeout==2.1.0