From 9823171d65658c6b829b7603b3560f62742eca75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 10:11:19 +0100 Subject: [PATCH] build(deps-dev): bump pylint from 2.16.3 to 2.16.4 (#2048) 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 91d6c28a..4d346371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 39b21c62..caafbf9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"