diff --git a/poetry.lock b/poetry.lock index ddac8eed..ba51cd5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2170,14 +2170,14 @@ crypto = ["cryptography (>=3.4.0)"] [[package]] name = "pylint" -version = "4.0.7" +version = "4.0.8" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.7-py3-none-any.whl", hash = "sha256:be4a3111557a614411ed1fc89347ce4a8e1013a59e1f33d11485227a02e3304d"}, - {file = "pylint-4.0.7.tar.gz", hash = "sha256:9b2d1d15791c84b77a4fe2aafe8f0d9570717e2dea06d53b19c105cf60275a52"}, + {file = "pylint-4.0.8-py3-none-any.whl", hash = "sha256:3341c08c0aabaa4adc71516de0969f3ba5c692b56c75af4dcb4d242823fbe363"}, + {file = "pylint-4.0.8.tar.gz", hash = "sha256:1c1b2128bde5ff5e966801413080b6384d42a5782718d528c906dbb6beab94ed"}, ] [package.dependencies] @@ -2187,7 +2187,7 @@ dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""}, ] -isort = ">=5,<5.13 || >5.13,<9" +isort = ">=5,<5.13 || >5.13,<10" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" @@ -3349,4 +3349,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.11, <3.15" -content-hash = "8fb1d1b206459e1f562ae6572aeb070f7f9bae2c495caf0fe5a612ccb5606250" +content-hash = "d141af25922fa66b33a676d75f57e662cb976ea8dcef0638fbdc79e582b52784" diff --git a/pyproject.toml b/pyproject.toml index e419ccc6..c433a39f 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.7" +pylint = "4.0.8" [build-system] requires = ["poetry>=0.12"]