From ca12f439f738ef2141e50e6642f6a775e412fa59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:43:15 -0600 Subject: [PATCH] build(deps-dev): bump pylint from 3.2.3 to 3.2.5 (#35) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d170837..5fed371 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "astroid" @@ -222,13 +222,13 @@ type = ["mypy (>=1.8)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.5" 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.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -329,4 +329,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e63e5050068eea13bb84f75423cfcdc515e13390d48e5d54f23e958bcee53bbf" +content-hash = "09a8b50890b1dd1f2313986f8ec7102fe56c817ce8c96e0942b60fccf1252e4e" diff --git a/pyproject.toml b/pyproject.toml index e2403b0..704e3c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pyyaml = "^6.0.1" [tool.poetry.group.dev.dependencies] black = "^24.4.2" -pylint = "^3.2.3" +pylint = "^3.2.5" [build-system]