There is an updated pull request by dmarto against master on the void-packages repository https://github.com/dmarto/void-packages docker https://github.com/void-linux/void-packages/pull/33029 docker-compose, python3-docker, python3-docker-pycreds #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me I have also used it heavily in the past day, due to updating several compose plays. On top of updating to the newer version, I have also cleaned up the dependencies; for example six has not been required for more than an year (in compose, less in docker), and docker-pycreds, has been merged into docker-py (python3-docker) also for more than an year, as no other packages use it (at least in Void repos), I have also opted to remove it. A patch file from https://github.com/void-linux/void-packages/pull/33029.patch is attached