diff --git a/poetry.lock b/poetry.lock index e6c84f7..c684866 100644 --- a/poetry.lock +++ b/poetry.lock @@ -778,13 +778,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.6" +version = "3.2.7" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, - {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, + {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, + {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, ] [package.dependencies] @@ -1074,4 +1074,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "9c46d0bceedda8a694c277715fa765af1cac006f8371f185ac8c9f135e2f6c31" +content-hash = "586b336d864222c5fe03a651f227f13fd012e83679fc600132a432392505799a" diff --git a/pyproject.toml b/pyproject.toml index a14daf3..376314b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ backports-strenum = { version = "^1.3.1", python = "<3.11" } pytest = "^8.3" pre-commit = "^3.8.0" black = "^24.8" -pylint = "^3.2.6" +pylint = "^3.2.7" isort = "^5.10.1" mypy = "^1.11" flake8 = "^7.1.1"