diff --git a/poetry.lock b/poetry.lock index 5f5d5df..5846524 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,13 +125,13 @@ frozenlist = ">=1.1.0" [[package]] name = "astroid" -version = "3.2.4" +version = "3.3.7" description = "An abstract syntax tree for Python with inference support." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" files = [ - {file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"}, - {file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"}, + {file = "astroid-3.3.7-py3-none-any.whl", hash = "sha256:e1ea2c358a3c760ef583d4963e773100fa2c693b27ed158a1d0e81adb4436903"}, + {file = "astroid-3.3.7.tar.gz", hash = "sha256:29fe1df7ef64dc17a54dbfad67b40b445340fcdba7c4012e7ecc9270c9b2f5b6"}, ] [package.dependencies] @@ -877,17 +877,17 @@ files = [ [[package]] name = "pylint" -version = "3.2.7" +version = "3.3.2" description = "python code static checker" optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" files = [ - {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, - {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, + {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.2.4,<=3.3.0-dev0" +astroid = ">=3.3.5,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1166,4 +1166,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8ffb5db3b3a37dfe489a8b04fabe918821212fa1c8e1250cc4c2e5ce83add02b" +content-hash = "8a846ce7595a4276cbeac4f73215c93e57bb3a957a9403a5c821de99275c8aec" diff --git a/pyproject.toml b/pyproject.toml index 22f2e10..585e678 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 = "^4.0.1" black = "^24.10" -pylint = "^3.2.7" +pylint = "^3.3.2" isort = "^5.10.1" mypy = "^1.14" flake8 = "^7.1.1"