diff --git a/poetry.lock b/poetry.lock index 198fefd..3050b9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -124,13 +124,13 @@ frozenlist = ">=1.1.0" [[package]] name = "astroid" -version = "3.2.4" +version = "3.3.6" 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.6-py3-none-any.whl", hash = "sha256:db676dc4f3ae6bfe31cda227dc60e03438378d7a896aec57422c95634e8d722f"}, + {file = "astroid-3.3.6.tar.gz", hash = "sha256:6aaea045f938c735ead292204afdb977a36e989522b7833ef6fea94de743f442"}, ] [[package]] @@ -744,17 +744,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.3.7", markers = "python_version >= \"3.12\""}, @@ -1096,4 +1096,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "1af55f982dc132209a8ece632bb251f967f5c911fb1dbab08629566144f45359" +content-hash = "b8fe12aa67a44646db06a91ea06fb9cb63b470bd055513ebc650a841dc52e6f9" diff --git a/pyproject.toml b/pyproject.toml index 2e5e7e3..36edd11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ codespell = "2.3.0" mypy = "1.13.0" pre-commit = "4.0.1" pre-commit-hooks = "4.6.0" -pylint = "3.2.7" +pylint = "3.3.2" ruff = "0.8.2" yamllint = "1.35.1" async-timeout = "4.0.3"