From 72c0bd8c63353a5fefaf36476ada06a321837462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:54:13 +0000 Subject: [PATCH] Bump pylint from 2.13.2 to 2.13.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.2 to 2.13.3. - [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.2...v2.13.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 8f83503..06425ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,7 +684,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pylint" -version = "2.13.2" +version = "2.13.3" description = "python code static checker" category = "dev" optional = false @@ -983,7 +983,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "57fb5e85feb38114cd00a9b1d001ec17ca69dd88a53b6808b3f4ee02f84e5f89" +content-hash = "ee9b1b394690e572ac4de5b0f0c8150ebbee35ef5659f8ade132a2c309b68af0" [metadata.files] aiohttp = [ @@ -1570,8 +1570,8 @@ pyflakes = [ {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"}, ] pylint = [ - {file = "pylint-2.13.2-py3-none-any.whl", hash = "sha256:3cd8eb401c6aa6c66b614d72cf0c54a02d6bf7752aa9890fc41de71030f3c81a"}, - {file = "pylint-2.13.2.tar.gz", hash = "sha256:0c6dd0e53e6e17f2d0d62660905f3868611e734e9d9b310dc651a4b9f3dc70da"}, + {file = "pylint-2.13.3-py3-none-any.whl", hash = "sha256:c8837b6ec6440e3490ab8f066054b0645a516a29ca51ce442f16f7004f711a70"}, + {file = "pylint-2.13.3.tar.gz", hash = "sha256:12ed2520510c40db647e4ec7f747b07e0d669b33ab41479c2a07bb89b92877db"}, ] pyparsing = [ {file = "pyparsing-3.0.6-py3-none-any.whl", hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4"}, diff --git a/pyproject.toml b/pyproject.toml index d239a54..d1fc10e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ isort = "^5.10.1" mypy = "^0.942" pre-commit = "^2.17.0" pre-commit-hooks = "^4.1.0" -pylint = "^2.13.2" +pylint = "^2.13.3" pytest = "^7.1.1" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0"