diff --git a/poetry.lock b/poetry.lock index b546afb0..6fee38d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1789,14 +1789,14 @@ plugins = ["importlib-metadata"] [[package]] name = "pylint" -version = "3.0.0" +version = "3.0.1" description = "python code static checker" category = "dev" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.0.0-py3-none-any.whl", hash = "sha256:21da8ed1294f88d66c82eb3e624a0993291613548bb17fbccaa220c31c41293b"}, - {file = "pylint-3.0.0.tar.gz", hash = "sha256:d22816c963816d7810b87afe0bdf5c80009e1078ecbb9c8f2e2a24d4430039b1"}, + {file = "pylint-3.0.1-py3-none-any.whl", hash = "sha256:9c90b89e2af7809a1697f6f5f93f1d0e518ac566e2ac4d2af881a69c13ad01ea"}, + {file = "pylint-3.0.1.tar.gz", hash = "sha256:81c6125637be216b4652ae50cc42b9f8208dfb725cdc7e04c48f6902f4dbdf40"}, ] [package.dependencies] @@ -2759,4 +2759,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "279c26fbf8d9610cf00d5058b0cf5b2a806753099e00002b9028b6717f5d777e" +content-hash = "9a3aa5b70a8617cc636f73463f936cec278b7aae92dc41fedee1b8dcdb035bf2" diff --git a/pyproject.toml b/pyproject.toml index b176ac8d..c13df325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ attr = "0.3.2" attrs = "23.1.0" black = "23.9.1" docker = "6.1.3" -pylint = "3.0.0" +pylint = "3.0.1" pytest = "7.4.2" pytest-cov = "4.1.0" pytype = "2023.10.5"