diff --git a/poetry.lock b/poetry.lock index cbf6e36..a672488 100644 --- a/poetry.lock +++ b/poetry.lock @@ -537,14 +537,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.8" +version = "3.3.9" description = "python code static checker" optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "pylint-3.3.8-py3-none-any.whl", hash = "sha256:7ef94aa692a600e82fabdd17102b73fc226758218c97473c7ad67bd4cb905d83"}, - {file = "pylint-3.3.8.tar.gz", hash = "sha256:26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05"}, + {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"}, + {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"}, ] [package.dependencies] @@ -1098,4 +1098,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.9.2" -content-hash = "ae948446e6a85560ec3e4813e0c015052880ac6c40bf4981e8aa1b00a2edb636" +content-hash = "f6e79793eb140e067e8f550f5b649687a4bea4d87faaf2beb48a511bfc2876c9" diff --git a/pyproject.toml b/pyproject.toml index 8175e4d..9266e8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lookyloo_monitor= 'pylookyloomonitoring:main' docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""] [tool.poetry.group.dev.dependencies] -pylint = "^3.3.8" +pylint = "^3.3.9" mypy = "^1.18.2" types-requests = "^2.32.4.20250913" pytest = "^8.4.2"