diff --git a/poetry.lock b/poetry.lock index 0401940..dc7e04e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -169,13 +169,13 @@ typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""} [[package]] name = "astroid" -version = "3.3.11" +version = "4.0.4" description = "An abstract syntax tree for Python with inference support." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" files = [ - {file = "astroid-3.3.11-py3-none-any.whl", hash = "sha256:54c760ae8322ece1abd213057c4b5bba7c49818853fc901ef09719a60dbf9dec"}, - {file = "astroid-3.3.11.tar.gz", hash = "sha256:1e5a5011af2920c7c67a53f65d536d65bfa7116feeaf2354d8b94f29573bb0ce"}, + {file = "astroid-4.0.4-py3-none-any.whl", hash = "sha256:52f39653876c7dec3e3afd4c2696920e05c83832b9737afc21928f2d2eb7a753"}, + {file = "astroid-4.0.4.tar.gz", hash = "sha256:986fed8bcf79fb82c78b18a53352a0b287a73817d6dbcfba3162da36667c49a0"}, ] [[package]] @@ -836,23 +836,23 @@ files = [ [[package]] name = "pylint" -version = "3.3.9" +version = "4.0.5" description = "python code static checker" optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" files = [ - {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"}, - {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"}, + {file = "pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2"}, + {file = "pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c"}, ] [package.dependencies] -astroid = ">=3.3.8,<=3.4.0.dev0" +astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] -isort = ">=4.2.5,<5.13 || >5.13,<7" +isort = ">=5,<5.13 || >5.13,<9" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" @@ -1235,4 +1235,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a2900687aa02190991e0bdcae5fe70b6a6ece8ffe9cc8603b4e8944d9042ac24" +content-hash = "7246c50f7ef3782aae50271573684d006d2aa52102f8e287c03201f63ea6f598" diff --git a/pyproject.toml b/pyproject.toml index 586346f..2909a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,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.9" +pylint = "4.0.5" ruff = "0.14.11" yamllint = "1.38.0"