From f1fb811e99c0c070ab7d63da35845c36af13f812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:31:59 +0000 Subject: [PATCH] fix: bump check-manifest from 0.49 to 0.50 Bumps [check-manifest](https://github.com/mgedmin/check-manifest) from 0.49 to 0.50. - [Changelog](https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst) - [Commits](https://github.com/mgedmin/check-manifest/compare/0.49...0.50) --- updated-dependencies: - dependency-name: check-manifest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e77fc7..3a3eb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ spark = [ test = [ "bandit[toml]==1.7.5", "black==23.3.0", - "check-manifest==0.49", + "check-manifest==0.50", "flake8-bugbear==23.5.9", "flake8-docstrings", "flake8-formatter_junit_xml",