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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-08 18:54:54 -04:00
committed by GitHub
parent 1fe80fed05
commit 44953d8efa
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"