From 90ebbfc20fa626afba6663fb9c71c50305c267f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:18:26 +0100 Subject: [PATCH] build(deps-dev): bump pylint from 2.16.2 to 2.16.3 (#2038) 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 a8be2934..8b2f0a4a 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.2" +version = "2.16.3" 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.3-py3-none-any.whl", hash = "sha256:3e803be66e3a34c76b0aa1a3cf4714b538335e79bd69718d34fcf36d8fff2a2b"}, + {file = "pylint-2.16.3.tar.gz", hash = "sha256:0decdf8dfe30298cd9f8d82e9a1542da464db47da60e03641631086671a03621"}, ] [package.dependencies] @@ -2610,4 +2610,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7b42b48edd2cce577069871fc5b0d08fdf84cce0541b5b00e3cfb163c4c623b8" +content-hash = "b5777f07c92653e2948fcc57ef17c93b3e81f97821d507cb83c7f4ab7d312d69" diff --git a/pyproject.toml b/pyproject.toml index d7963d7a..de57cf34 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.2" +pylint = "2.16.3" pytest = "7.2.1" pytest-xdist = "3.2.0" safety = "2.3.5"