From ce79d98b93ed84fcb6d018505af55ba2b1db6d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:56:10 +0000 Subject: [PATCH] Bump check-wheel-contents from 0.6.0 to 0.6.1 Bumps [check-wheel-contents](https://github.com/jwodder/check-wheel-contents) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/jwodder/check-wheel-contents/releases) - [Changelog](https://github.com/jwodder/check-wheel-contents/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwodder/check-wheel-contents/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: check-wheel-contents dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f4e9fea1..a80f6151c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ optional-dependencies.dev = [ "actionlint-py==1.7.4.20", "check-manifest==0.50", - "check-wheel-contents==0.6.0", + "check-wheel-contents==0.6.1", "deptry==0.21.1", "dirty-equals==0.8.0", "doc8==1.1.1", @@ -105,7 +105,7 @@ optional-dependencies.dev = [ "vws-web-tools==2024.10.6.1", "yamlfix==1.17.0", ] -optional-dependencies.release = [ "check-wheel-contents==0.6.0" ] +optional-dependencies.release = [ "check-wheel-contents==0.6.1" ] urls.Documentation = "https://vws-python-mock.readthedocs.io" urls.Source = "https://github.com/VWS-Python/vws-python-mock"