Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): don't use deprecated kwarg in json.loads
In Docker credential cache code, use `.decode` on the `bytes` object instead of deprecated `encoding` kwarg which was removed in py3.9.
- Loading branch information