diff --git a/poetry.lock b/poetry.lock index 5dc6c74..8be9bcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -543,13 +543,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.6" +version = "3.3.7" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.6-py3-none-any.whl", hash = "sha256:8b7c2d3e86ae3f94fb27703d521dd0b9b6b378775991f504d7c3a6275aa0a6a6"}, - {file = "pylint-3.3.6.tar.gz", hash = "sha256:b634a041aac33706d56a0d217e6587228c66427e20ec21a019bc4cdee48c040a"}, + {file = "pylint-3.3.7-py3-none-any.whl", hash = "sha256:43860aafefce92fca4cf6b61fe199cdc5ae54ea28f9bf4cd49de267b5195803d"}, + {file = "pylint-3.3.7.tar.gz", hash = "sha256:2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559"}, ] [package.dependencies] @@ -852,4 +852,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6be2688e7c3297b07f7ac103070da073997ef67c3856d78c3b25643e2350df5e" +content-hash = "27b61c25aae2c5ab453b12777ab69b082143e24fbb8954f4dfe7388699ef5a37" diff --git a/pyproject.toml b/pyproject.toml index b813224..9ccb65b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ isort = "6.0.1" aar-doc = "aar_doc.cli:app" [tool.poetry.group.dev.dependencies] -pylint = "3.3.6" +pylint = "3.3.7" pre-commit = "4.2.0" [tool.pytest.ini_options]