From 4b9e6b26365570d496fbcfcfbb30b55ab8f79f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 08:03:00 +0000 Subject: [PATCH] Bump pylint from 3.2.2 to 3.2.3 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.2...v3.2.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 8af6272..65f3b15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -751,13 +751,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [package.dependencies] @@ -1045,4 +1045,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "65c4856d3d05ae2041b638a8cd27492d44a1f780929e43eb3e5a3e3ee7ba328f" +content-hash = "a4989d9006045145327c5dd9b66ffb6d264c482340d034edb1a243f69c82dac2" diff --git a/pyproject.toml b/pyproject.toml index 6013adc..abec82e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ backports-strenum = { version = "^1.3.1", python = "<3.11" } pytest = "^8.2" pre-commit = "^3.7.1" black = "^23.12" -pylint = "^3.2.2" +pylint = "^3.2.3" isort = "^5.10.1" mypy = "^1.10" flake8 = "^7.0.0"