From 8565c340754dfba6c0013b5af911ad51fe63daec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:38:25 +0000 Subject: [PATCH] Bump pylint from 2.16.2 to 2.16.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.2 to 2.16.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.3) --- 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 6d4705cf..79dee7a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1292,14 +1292,14 @@ files = [ [[package]] name = "pylint" -version = "2.16.2" +version = "2.16.3" 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.3-py3-none-any.whl", hash = "sha256:3e803be66e3a34c76b0aa1a3cf4714b538335e79bd69718d34fcf36d8fff2a2b"}, + {file = "pylint-2.16.3.tar.gz", hash = "sha256:0decdf8dfe30298cd9f8d82e9a1542da464db47da60e03641631086671a03621"}, ] [package.dependencies] @@ -1924,4 +1924,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1a49bc0e55554d5872dce419a9829a2185ed72716df8a3e4e16e5ebe23a4cb20" +content-hash = "9400ca1c914c63acfba0414cfc674631d4d7d81164007838a80c6ff3ee830909" diff --git a/pyproject.toml b/pyproject.toml index 64941897..b6a9c15a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ isort = "^5.12.0" mypy = "^1.0" pre-commit = "^3.1.1" pre-commit-hooks = "^4.4.0" -pylint = "^2.16.2" +pylint = "^2.16.3" pytest = "^7.2.2" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0"