diff --git a/poetry.lock b/poetry.lock index 8b22c0e..1e0295f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -616,13 +616,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [package.dependencies] @@ -813,4 +813,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "71569d42a8dbe8563baf0e02a20c48e852bb55506dad4e3f1d29b1184b991da1" +content-hash = "4d1db77926a2d519a4e8a8406e2fe27ddc1a212fa67d35a684b0b03c2d9ff8da" diff --git a/pyproject.toml b/pyproject.toml index 2f66299..883e795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ azure-storage-blob = "^12.20.0" pydpkg = "^1.9.3" [tool.poetry.group.dev.dependencies] -pylint = "^3.2.2" +pylint = "^3.2.3" mypy = "^1.10.0" [build-system]