From 157cbdda889bd6a120150e2560f4ce9286b90ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 13:14:04 +0000 Subject: [PATCH] build(deps-dev): Bump pylint from 2.13.7 to 2.13.8 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.13.8. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.7...v2.13.8) --- 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 ef9fd677..dd713e67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1257,7 +1257,7 @@ python-versions = ">=3.6" [[package]] name = "pylint" -version = "2.13.7" +version = "2.13.8" description = "python code static checker" category = "dev" optional = false @@ -2074,7 +2074,7 @@ docs = ["emoji", "importlib-metadata", "myst-parser", "pygments", "python-dotenv [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5ad250cd54c30490ec6da1d7ea0430d11e549f995bd5ce0d6765300b448d2d64" +content-hash = "8b2541197254838c22046108202f589851800f3bd764de7b715c31e8a4bd8986" [metadata.files] alabaster = [ @@ -2823,8 +2823,8 @@ pygments = [ {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"}, ] pylint = [ - {file = "pylint-2.13.7-py3-none-any.whl", hash = "sha256:13ddbbd8872c804574149e81197c28877eba75224ba6b76cd8652fc31df55c1c"}, - {file = "pylint-2.13.7.tar.gz", hash = "sha256:911d3a97c808f7554643bcc5416028cfdc42eae34ed129b150741888c688d5d5"}, + {file = "pylint-2.13.8-py3-none-any.whl", hash = "sha256:f87e863a0b08f64b5230e7e779bcb75276346995737b2c0dc2793070487b1ff6"}, + {file = "pylint-2.13.8.tar.gz", hash = "sha256:ced8968c3b699df0615e2a709554dec3ddac2f5cd06efadb69554a69eeca364a"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index 594233a9..e2491f58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ tox-wheel = "^0.7.0" ## Code formatting black = "^22.3" # see: https://black.readthedocs.io/en/stable/editor_integration.html ## Code quality -pylint = "^2.13.7" +pylint = "^2.13.8" ## Automation and management pre-commit = "^2.18.1"