diff --git a/poetry.lock b/poetry.lock index 18ad3034..6456bed4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1552,17 +1552,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.2.5" +version = "3.2.6" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, - {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, + {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, + {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, ] [package.dependencies] -astroid = ">=3.2.2,<=3.3.0-dev0" +astroid = ">=3.2.4,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -2563,4 +2563,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "7948a416aab90b2330eadeb6d7e23c9235beba3fe4223cefd66a2d086998b80c" +content-hash = "317dc3f1cf1a1f0f77169df4dd7929738900f4bb0960b51f00b565ceee38095c" diff --git a/pyproject.toml b/pyproject.toml index 5de8bcf4..0649f14b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ responses = "0.25.3" black = "24.4.2" pyfakefs = "5.6.0" pytest-cov = "5.0.0" -pylint = "3.2.5" +pylint = "3.2.6" types-toml = "0.10.8.20240310" examples = "1.0.2" pytest-mock = "^3.8.2"