From 763f7a35a62e499f897bc00a757801b8f4f900ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:56:04 +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 7787f35b..fb797df6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -668,7 +668,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 @@ -966,7 +966,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "2403f0deb075ca14d03719eb3979b8266bb97f1311bf1f7d0df573f00622ebf5" +content-hash = "e3942b3e349b29618d08272a870f80ebec8998c5d8c07bfac0fb7daf615f86a5" [metadata.files] aiohttp = [ @@ -1564,8 +1564,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 87690934..ed73260d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,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"