diff --git a/poetry.lock b/poetry.lock index af707df..d797b56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -599,14 +599,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.3" +version = "4.0.4" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.3-py3-none-any.whl", hash = "sha256:896d09afb0e78bbf2e030cd1f3d8dc92771a51f7e46828cbc3948a89cd03433a"}, - {file = "pylint-4.0.3.tar.gz", hash = "sha256:a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d"}, + {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, + {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, ] [package.dependencies] @@ -1169,4 +1169,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "81acd85505cef2d64902f461416fb6ce041674e45f15a42df94e36b9eef05bad" +content-hash = "4bb35814670200232baff63f67318497dad479c29b563cc842f85a66d00fac07" diff --git a/pyproject.toml b/pyproject.toml index 5176ac6..736f91f 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 = "^4.0.3" +pylint = "^4.0.4" mypy = "^1.18.2" types-requests = "^2.32.4.20250913" pytest = "^9.0.1"