From 5791b01a130e5a3e02f8f5d1e20391e2b04705d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 19:14:43 +0000 Subject: [PATCH] :arrow_up: Bump pylint from 2.9.3 to 2.9.4 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.3 to 2.9.4. - [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.9.3...v2.9.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d652b10..a690f19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -411,14 +411,14 @@ python-versions = ">=3.5" [[package]] name = "pylint" -version = "2.9.3" +version = "2.9.4" description = "python code static checker" category = "dev" optional = false python-versions = "~=3.6" [package.dependencies] -astroid = ">=2.6.2,<2.7" +astroid = ">=2.6.4,<2.7" colorama = {version = "*", markers = "sys_platform == \"win32\""} isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.7" @@ -665,7 +665,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "df8c7018760022e29ac050769f7ed34ccaecd4a6ede2074ced97389c92448140" +content-hash = "8638efed7a31f3936c5f0f81ac493ce180fd3bdd193cd7abe681abdbd36f8706" [metadata.files] appdirs = [ @@ -915,8 +915,8 @@ pygments = [ {file = "Pygments-2.9.0.tar.gz", hash = "sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f"}, ] pylint = [ - {file = "pylint-2.9.3-py3-none-any.whl", hash = "sha256:5d46330e6b8886c31b5e3aba5ff48c10f4aa5e76cbf9002c6544306221e63fbc"}, - {file = "pylint-2.9.3.tar.gz", hash = "sha256:23a1dc8b30459d78e9ff25942c61bb936108ccbe29dd9e71c01dc8274961709a"}, + {file = "pylint-2.9.4-py3-none-any.whl", hash = "sha256:2a971129fb2d594068913a7e531d4b6d2785b2a68c6857e2baa40d3214da30f4"}, + {file = "pylint-2.9.4.tar.gz", hash = "sha256:a622c4c4c79dc8fe5e784efccacec3afe9d5e5ffab5fda2264fb5afa7c9b5797"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index dbd7930..dc282ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ isort = {extras = ["colors"], version = "^5.9.1"} mypy = "^0.910" pre-commit = "^2.13.0" pydocstyle = "^6.1.1" -pylint = "^2.8.3" +pylint = "^2.9.4" pytest = "^6.2.4" pyupgrade = "^2.20.0" safety = "^1.10.3"