Bump pylint from 2.17.0 to 2.17.1 (#273)

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.1)

---
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-27 21:37:54 +00:00
committed by GitHub
parent 324133a6a1
commit 3405f42b0c
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.17.0"
version = "2.17.1"
description = "python code static checker"
category = "dev"
optional = false
python-versions = ">=3.7.2"
files = [
{file = "pylint-2.17.0-py3-none-any.whl", hash = "sha256:e097d8325f8c88e14ad12844e3fe2d963d3de871ea9a8f8ad25ab1c109889ddc"},
{file = "pylint-2.17.0.tar.gz", hash = "sha256:1460829b6397cb5eb0cdb0b4fc4b556348e515cdca32115f74a1eb7c20b896b4"},
{file = "pylint-2.17.1-py3-none-any.whl", hash = "sha256:8660a54e3f696243d644fca98f79013a959c03f979992c1ab59c24d3f4ec2700"},
{file = "pylint-2.17.1.tar.gz", hash = "sha256:d4d009b0116e16845533bc2163493d6681846ac725eab8ca8014afb520178ddd"},
]
[package.dependencies]
@@ -859,4 +859,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "8c7f0936fcae3dd76ca7c93d2990a47dacd465b70fbf4f96ea3a353e7279afbf"
content-hash = "ce1814adf5eb5479af0d6e703106b1f5d9de9998e8e5b255ab8cc690a0795de8"

View File

@@ -16,7 +16,7 @@ apprise = "^1.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.2"
black = "^23.1.0"
pylint = "^2.17.0"
pylint = "^2.17.1"
rope = "^1.7.0"
mypy = "^1.1.1"
types-requests = "^2.28.11.15"