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"