From e3ac8332ecc426c1a8af8b619b19f1c73309cf8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:29:34 +0000 Subject: [PATCH] chore(deps): update dependency dev/pylint to v3.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a335c28..a89239d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ tests = [ dev = [ "gto[tests]", "mypy==1.10.0", - "pylint==3.1.0", + "pylint==3.2.2", "types-PyYAML", "types-filelock", "types-freezegun",