From 44953d8efaae8348ad9b2fceb35f01679c898a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 18:54:54 -0400 Subject: [PATCH] Bump pylint from 2.17.3 to 2.17.4 (#285) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.3 to 2.17.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.17.3...v2.17.4) --- 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> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1909edc..86dc0d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,14 +503,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pylint" -version = "2.17.3" +version = "2.17.4" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.3-py3-none-any.whl", hash = "sha256:a6cbb4c6e96eab4a3c7de7c6383c512478f58f88d95764507d84c899d656a89a"}, - {file = "pylint-2.17.3.tar.gz", hash = "sha256:761907349e699f8afdcd56c4fe02f3021ab5b3a0fc26d19a9bfdc66c7d0d5cd5"}, + {file = "pylint-2.17.4-py3-none-any.whl", hash = "sha256:7a1145fb08c251bdb5cca11739722ce64a63db479283d10ce718b2460e54123c"}, + {file = "pylint-2.17.4.tar.gz", hash = "sha256:5dcf1d9e19f41f38e4e85d10f511e5b9c35e1aa74251bf95cdd8cb23584e2db1"}, ] [package.dependencies] @@ -839,4 +839,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "08715c009228ceed8e7020fd7437961506f3b018a94b62056bae823c9221faa6" +content-hash = "e98964599b258d23a9c48d7c9697f22203fa2be616e7571121a1650af3d39ef8" diff --git a/pyproject.toml b/pyproject.toml index 314b73c..ce90428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ apprise = "^1.3.0" [tool.poetry.group.dev.dependencies] pytest = "^7.3.1" black = "^23.3.0" -pylint = "^2.17.3" +pylint = "^2.17.4" rope = "^1.7.0" mypy = "^1.2.0" types-requests = "^2.29.0.0"