diff --git a/poetry.lock b/poetry.lock index fa880c5..d054455 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,14 +627,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.6" +version = "4.0.7" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev", "test"] files = [ - {file = "pylint-4.0.6-py3-none-any.whl", hash = "sha256:d11a0e1fdb7b1cd46ec5d6fc78fee8b95f28695b2d6140e5809925f61e32ea54"}, - {file = "pylint-4.0.6.tar.gz", hash = "sha256:52f19191bee08bf103f9705ad1a0ece4aa5a0a4ef2bdcbd969375a1e6f6579d5"}, + {file = "pylint-4.0.7-py3-none-any.whl", hash = "sha256:be4a3111557a614411ed1fc89347ce4a8e1013a59e1f33d11485227a02e3304d"}, + {file = "pylint-4.0.7.tar.gz", hash = "sha256:9b2d1d15791c84b77a4fe2aafe8f0d9570717e2dea06d53b19c105cf60275a52"}, ] [package.dependencies] @@ -956,4 +956,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "1e0edea72db8a3041ad5f330e8c5a238ad7f708e9fc2bc623a38b156b39c529f" +content-hash = "e3f6480b4b9f2ecb1e51e023c8a384564d3477d5ded13103d0f560b4592af262" diff --git a/pyproject.toml b/pyproject.toml index ed44157..6672be8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [{include = "pam", from = "python-pam"}] [tool.poetry.group.dev.dependencies] pytest = "^9.1.1" pytest-cov = "^7.1.0" -pylint = "^4.0.6" +pylint = "^4.0.7" tox = "^4.0.0" bandit = "*" mypy = "*"