diff --git a/poetry.lock b/poetry.lock index eda9d7f..72768e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -946,17 +946,17 @@ files = [ [[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\""}, @@ -1379,4 +1379,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2bfcac9739d4464febf6afad54802ada22095db52d1a997df55262a15d14f02a" +content-hash = "94301220d3d00092dfd3b46efbdadd6a4a39e51bc8a4ce1e3e1c7210ffaa5ad3" diff --git a/pyproject.toml b/pyproject.toml index 0cd3bfa..2650d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ odp-amsterdam = "^6.0.0" [tool.poetry.group.dev.dependencies] pre-commit = "3.8.0" pre-commit-hooks = "4.6.0" -pylint = "3.3.1" +pylint = "3.3.2" ruff = "0.8.0" yamllint = "1.35.1"