diff --git a/poetry.lock b/poetry.lock index c6cd3bb..1fb4ec1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1033,14 +1033,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.5" +version = "4.0.6" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2"}, - {file = "pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c"}, + {file = "pylint-4.0.6-py3-none-any.whl", hash = "sha256:d11a0e1fdb7b1cd46ec5d6fc78fee8b95f28695b2d6140e5809925f61e32ea54"}, + {file = "pylint-4.0.6.tar.gz", hash = "sha256:52f19191bee08bf103f9705ad1a0ece4aa5a0a4ef2bdcbd969375a1e6f6579d5"}, ] [package.dependencies] @@ -1674,4 +1674,4 @@ docs = ["sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "469ddc025eb56c2529ea79585bc7eec29edc4fe4ab923912395757530190ab50" +content-hash = "90fec5cbe66d99c45a5aabbf969803d8ad2e2cbc78588fae1e466d134388be32" diff --git a/pyproject.toml b/pyproject.toml index 1489ba2..5b68508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ lookyloo_monitor= 'pylookyloomonitoring:main' docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] [tool.poetry.group.dev.dependencies] -pylint = "^4.0.5" +pylint = "^4.0.6" mypy = "^2.1.0" types-requests = "^2.33.0.20260508" pytest = "^9.0.3"