From 9ccf0e301b174ae48c98c7478a60312b7166d1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 07:43:14 +0000 Subject: [PATCH] chore(deps-dev): bump pylint from 3.2.3 to 3.2.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.4) --- 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 1d00b56..ee3871b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -763,13 +763,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.4" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, + {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, ] [package.dependencies] @@ -1336,4 +1336,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1fcce2b5c6839353f4faa75fbf0500e521110999f0dde10d5d0782278aef7859" +content-hash = "502c5788519334b23624226b330145dcb0560e5b097cf805e4fde6f26abea062" diff --git a/pyproject.toml b/pyproject.toml index e8d6fc4..de64e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ black = "^24.4.2" pre-commit = "^3.7.1" mypy = "^1.10" isort = "^5.13.2" -pylint = "^3.2.3" +pylint = "^3.2.4" autoflake = "^2.3" tox = "^4.15.1" ruff = "^0.4.9"