From 46c1d99b35ff45339bc3320737ba1f23ba201ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:59:46 -0500 Subject: [PATCH] Bump pylintfileheader from 0.3.2 to 0.3.3 (#351) Bumps [pylintfileheader](https://github.com/HaaLeo/pylint-file-header) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/HaaLeo/pylint-file-header/releases) - [Changelog](https://github.com/HaaLeo/pylint-file-header/blob/master/CHANGELOG.md) - [Commits](https://github.com/HaaLeo/pylint-file-header/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: pylintfileheader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 433466c9..2105ab57 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 = "efa2c0cd69584f69fae60c3bb0541daf204dbfa2c4581e65fc7600db88486679" +content-hash = "51210b632fa038c171e988846e24f74239c7301150fdecdb011a4540f56675cc" diff --git a/pyproject.toml b/pyproject.toml index 13b99434..b86d9c57 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"