diff --git a/poetry.lock b/poetry.lock index aea11b9f..4193f0a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1125,15 +1125,18 @@ testutils = ["gitpython (>3)"] [[package]] name = "pylintfileheader" -version = "0.3.2" +version = "0.3.3" description = "Enables pylint to force a consistent file header." optional = false python-versions = ">=2.7" files = [ - {file = "pylintfileheader-0.3.2-py3-none-any.whl", hash = "sha256:77a991cc07611c99f8cb75b83a8b85189070152ce55b64f746a9a5e741b9643c"}, - {file = "pylintfileheader-0.3.2.tar.gz", hash = "sha256:fb46995d4d84809be23b98310734a920322b3fff387d13ba23230c6f21bda4b9"}, + {file = "pylintfileheader-0.3.3-py3-none-any.whl", hash = "sha256:4cd4877565feb37bd79d484caa78867bff86653ba72d20931be7872aa3adde02"}, + {file = "pylintfileheader-0.3.3.tar.gz", hash = "sha256:e08c0aeb882257e6875bad32ed5fd4efa84eb1234abb12e096f916596db01689"}, ] +[package.dependencies] +pylint = "<3.0" + [[package]] name = "pytest" version = "7.4.3" @@ -1496,4 +1499,4 @@ otlp = ["opentelemetry-exporter-otlp-proto-grpc"] [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "1e924d0906b6925251db36b8ecc03cfd860564b1c329e9bee32a286a5a976f71" +content-hash = "e34d771df98b084d6ed8f173495a0e83a441d824523eaeb2b3676cf85017870e" diff --git a/pyproject.toml b/pyproject.toml index e8e36117..1986c7a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ pytest = "7.4.3" coverage = "7.2.7" pytest-cov = "4.1.0" pylint = "2.17.7" -pylintfileheader = "0.3.2" +pylintfileheader = "0.3.3" pytest-docker = {version = "2.0.1", platform = "linux"} requests-futures = "1.0.1" githubrelease = "1.5.9"