diff --git a/poetry.lock b/poetry.lock index 97d1d10..3bab953 100644 --- a/poetry.lock +++ b/poetry.lock @@ -807,17 +807,17 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.2" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, - {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, + {file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"}, + {file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"}, ] [package.dependencies] -astroid = ">=3.3.4,<=3.4.0-dev0" +astroid = ">=3.3.5,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, @@ -1366,4 +1366,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "16a0b2fcfbbcc0a77aa5c471e7daaf63e0d79b7261f247ed70ab46f50c78edf3" +content-hash = "f0b6eadf20a905fe62f6aef56ace70ffe15c93084e88a5730154d8c90153feec" diff --git a/pyproject.toml b/pyproject.toml index d5aabf5..de1c9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ black = "^24.10.0" pre-commit = "^4.0.1" mypy = "^1.13" isort = "^5.13.2" -pylint = "^3.3.1" +pylint = "^3.3.2" autoflake = "^2.3" tox = "^4.23.2" ruff = "^0.8.1"