From 15566faf0318e13dddcd8421979f1f4764c22019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:48:07 +0000 Subject: [PATCH] chore(deps): update dependency check-manifest to v0.51 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..6cd899f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ spark = ["pyspark>=3.0.0"] test = [ "bandit[toml]==1.7.7", "black==24.1.1", - "check-manifest==0.49", + "check-manifest==0.51", "flake8-bugbear==24.2.6", "flake8-docstrings", "flake8-formatter_junit_xml",