From 6660f1bd550f8f8f5a89774fb63b21a1d3700ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:10:14 +0000 Subject: [PATCH] build(deps-dev): Bump pylint from 2.15.7 to 2.15.8 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.7 to 2.15.8. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.7...v2.15.8) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b868a63..7eaa5cd0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1281,7 +1281,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pylint" -version = "2.15.7" +version = "2.15.8" description = "python code static checker" category = "dev" optional = false @@ -2138,8 +2138,8 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" -python-versions = "~3.10" -content-hash = "88b4a9cc4579e153f47d49fb97ca53d2008ddc60c324de6c91c6f8471017581f" +python-versions = "^3.10,<3.11" +content-hash = "4e0afeffb7fd155d456566e850703838b55de57f2d975af872725ddda98a8060" [metadata.files] alabaster = [ @@ -2983,8 +2983,8 @@ pygments = [ {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, ] pylint = [ - {file = "pylint-2.15.7-py3-none-any.whl", hash = "sha256:1d561d1d3e8be9dd880edc685162fbdaa0409c88b9b7400873c0cf345602e326"}, - {file = "pylint-2.15.7.tar.gz", hash = "sha256:91e4776dbcb4b4d921a3e4b6fec669551107ba11f29d9199154a01622e460a57"}, + {file = "pylint-2.15.8-py3-none-any.whl", hash = "sha256:ea82cd6a1e11062dc86d555d07c021b0fb65afe39becbe6fe692efd6c4a67443"}, + {file = "pylint-2.15.8.tar.gz", hash = "sha256:ec4a87c33da054ab86a6c79afa6771dc8765cb5631620053e727fcf3ef8cbed7"}, ] pyparsing = [ {file = "pyparsing-3.0.7-py3-none-any.whl", hash = "sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484"}, diff --git a/pyproject.toml b/pyproject.toml index 79e1e6ea..71849844 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ tox-wheel = "^1.0.0" ## Code formatting black = "^22.10" # see: https://black.readthedocs.io/en/stable/editor_integration.html ## Code quality -pylint = "^2.15.7" +pylint = "^2.15.8" ## Automation and management pre-commit = "^2.20.0"