From 7ad70b4a742705d12f50c11aac97ae4b9aa6823a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 06:07:33 +0000 Subject: [PATCH] Bump pylint from 2.16.0 to 2.16.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.0...v2.16.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 c43d380..a2fbf49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1268,14 +1268,14 @@ files = [ [[package]] name = "pylint" -version = "2.16.0" +version = "2.16.1" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.16.0-py3-none-any.whl", hash = "sha256:55e5cf00601c4cfe2e9404355c743a14e63be85df7409da7e482ebde5f9f14a1"}, - {file = "pylint-2.16.0.tar.gz", hash = "sha256:43ee36c9b690507ef9429ce1802bdc4dcde49454c3d665e39c23791567019c0a"}, + {file = "pylint-2.16.1-py3-none-any.whl", hash = "sha256:bad9d7c36037f6043a1e848a43004dfd5ea5ceb05815d713ba56ca4503a9fe37"}, + {file = "pylint-2.16.1.tar.gz", hash = "sha256:ffe7fa536bb38ba35006a7c8a6d2efbfdd3d95bbf21199cad31f76b1c50aaf30"}, ] [package.dependencies] @@ -1911,4 +1911,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c573b951a9df6aa1f7f144ab3729ef8f0f45de5478d3066b48c0daeffce1e6e0" +content-hash = "167a1af0cd258f3354b95d1a9849772f71b3917cbd829c64d21d7be8de509ecd" diff --git a/pyproject.toml b/pyproject.toml index 929fe14..c570a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ isort = "^5.12.0" mypy = "^0.991" pre-commit = "^3.0.3" pre-commit-hooks = "^4.4.0" -pylint = "^2.16.0" +pylint = "^2.16.1" pytest = "^7.2.1" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0"