build(deps-dev): bump pylint from 2.16.3 to 2.16.4 (#2048)

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-07 10:11:19 +01:00
committed by GitHub
parent 4761bd8fda
commit 9823171d65
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1665,14 +1665,14 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
[[package]]
name = "pylint"
version = "2.16.3"
version = "2.16.4"
description = "python code static checker"
category = "dev"
optional = false
python-versions = ">=3.7.2"
files = [
{file = "pylint-2.16.3-py3-none-any.whl", hash = "sha256:3e803be66e3a34c76b0aa1a3cf4714b538335e79bd69718d34fcf36d8fff2a2b"},
{file = "pylint-2.16.3.tar.gz", hash = "sha256:0decdf8dfe30298cd9f8d82e9a1542da464db47da60e03641631086671a03621"},
{file = "pylint-2.16.4-py3-none-any.whl", hash = "sha256:4a770bb74fde0550fa0ab4248a2ad04e7887462f9f425baa0cd8d3c1d098eaee"},
{file = "pylint-2.16.4.tar.gz", hash = "sha256:8841f26a0dbc3503631b6a20ee368b3f5e0e5461a1d95cf15d103dab748a0db3"},
]
[package.dependencies]
@@ -2610,4 +2610,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "4a54cce9a589c51884a3b3da35d93ce402d4058db524649b382acfb665b7a6c3"
content-hash = "12c8f0b1720693e3b84f887f7f147d1ee42a1fbb694c20e3aae3703622edd700"

View File

@@ -58,7 +58,7 @@ flake8 = "6.0.0"
freezegun = "1.2.2"
moto = "4.1.3"
openapi-spec-validator = "0.5.5"
pylint = "2.16.3"
pylint = "2.16.4"
pytest = "7.2.2"
pytest-xdist = "3.2.0"
safety = "2.3.5"