From 1a272c7cda2680d86f03188ba2a99687b083347b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 19:09:27 +0000 Subject: [PATCH] Bump pylint from 2.16.2 to 2.16.4 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ee07b66..95d93537 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,14 +609,14 @@ plugins = ["importlib-metadata"] [[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] @@ -954,4 +954,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "caf2b63167b3c838eb300123d82fb339fff34e27b4fb11ab1bac996f75d1c4dd" +content-hash = "0a99ac44207f7f1708b88d685b52c1bc26c5956134f559afd3f9737a17f1e0fa" diff --git a/pyproject.toml b/pyproject.toml index aa4a8327..7411fa41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest-mock = "^3.10.0" pycodestyle = ">=2.9.1" flake8 = "^5.0.4" pyflakes = "^2.5.0" -pylint = "^2.16.2" +pylint = "^2.16.4" pylint-pytest = "^1.1.2" pydocstyle = "^6.1.1" black = "^23.1.0"