From d8cc65b87dd3dd99e236ed00e7be5c4247c6df36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:06:47 +0000 Subject: [PATCH] Bump pylint from 2.17.0 to 2.17.1 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 344ca61a..51cf466f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,14 +609,14 @@ plugins = ["importlib-metadata"] [[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] @@ -954,4 +954,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "60735d1cd6ee2994c14f015923f036cab5f4bb6a3eb7ea40708a9d12edeed3aa" +content-hash = "ef2c983b798f1a108a3a59e49c9312a4a77255886e0f94e2f36c5689b1867c57" diff --git a/pyproject.toml b/pyproject.toml index 745f075c..c6f005c4 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.17.0" +pylint = "^2.17.1" pylint-pytest = "^1.1.2" pydocstyle = "^6.1.1" black = "^23.1.0"