diff --git a/poetry.lock b/poetry.lock index 15dcf535..b13acc7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2131,14 +2131,14 @@ crypto = ["cryptography (>=3.4.0)"] [[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"] 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] @@ -3502,4 +3502,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "acb54724dc0d1bbd822275adb8dada0a2f9e1617e1ae1361a20d79176b8478d5" +content-hash = "d8c0b8d3661e239cfaeaebcc4188f3df8acd4b978ba7c6e2c8f0ff81f8cd40b5" diff --git a/pyproject.toml b/pyproject.toml index 400c2a81..47931243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ responses = "0.26.2" black = "26.5.1" pyfakefs = "6.2.0" pytest-cov = "7.1.0" -pylint = "4.0.6" +pylint = "4.0.7" [build-system] requires = ["poetry>=0.12"]