Bump pylint from 2.16.2 to 2.16.4 (#269)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.2 to 2.16.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.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-03-06 16:43:18 -05:00
committed by GitHub
parent 47cf3476b8
commit 8daed0328c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -522,14 +522,14 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pylint"
version = "2.16.2"
version = "2.16.4"
description = "python code static checker"
category = "dev"
optional = false
python-versions = ">=3.7.2"
files = [
{file = "pylint-2.16.2-py3-none-any.whl", hash = "sha256:ff22dde9c2128cd257c145cfd51adeff0be7df4d80d669055f24a962b351bbe4"},
{file = "pylint-2.16.2.tar.gz", hash = "sha256:13b2c805a404a9bf57d002cd5f054ca4d40b0b87542bdaba5e05321ae8262c84"},
{file = "pylint-2.16.4-py3-none-any.whl", hash = "sha256:4a770bb74fde0550fa0ab4248a2ad04e7887462f9f425baa0cd8d3c1d098eaee"},
{file = "pylint-2.16.4.tar.gz", hash = "sha256:8841f26a0dbc3503631b6a20ee368b3f5e0e5461a1d95cf15d103dab748a0db3"},
]
[package.dependencies]
@@ -859,4 +859,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "b07cdbebe2660c8a89c85aa4c94642077f419ff2afbc11d0084495de2e5b52aa"
content-hash = "570a6bbde8ec184b71ec4e6f18efb5b128153387aa86ed114b48f237690698c4"

View File

@@ -16,7 +16,7 @@ apprise = "^1.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
black = "^23.1.0"
pylint = "^2.16.2"
pylint = "^2.16.4"
rope = "^1.7.0"
mypy = "^1.0.1"
types-requests = "^2.28.11.15"