From 375d98bb2ead70c6303450b4b5acbf2d5e0bd34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:01:36 +0000 Subject: [PATCH] :arrow_up: 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 7204962..034465c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -803,14 +803,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] @@ -1411,4 +1411,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "de0233b54c333d534088712a8ffc43f04db9c00126278899579df38090b3dd21" +content-hash = "83f7c235fc997b078a876a453bfa54a6eea87210671db86a98a43cd2a9cd4a14" diff --git a/pyproject.toml b/pyproject.toml index 00943b2..d4d97af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ mypy = "^1.1.1" mypy-extensions = "^1.0.0" pre-commit = "^3.2.0" pydocstyle = "^6.1.1" -pylint = "^2.11.1" +pylint = "^2.17.1" pytest = "^7.2.2" pytest-cov = "^4.0.0" pytest-html = "^3.1.1"