From d1acf4199301b2bd755c283f734d5496a788a968 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 15 May 2021 15:19:19 +0200 Subject: [PATCH] chore(deps): update dependency molecule to v3.3.1 (#56) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [molecule](https://github.com/ansible-community/molecule) | patch | `3.3.0` -> `3.3.1` | --- ### Release Notes
ansible-community/molecule ### [`v3.3.1`](https://github.com/ansible-community/molecule/releases/3.3.1) [Compare Source](https://github.com/ansible-community/molecule/compare/3.3.0...3.3.1) #### Changes - fix(deps): add compatibility for click 8.0 via click-help-colors ([#​3109](https://github.com/ansible-community/molecule/issues/3109)) [@​anthraxx](https://github.com/anthraxx) - Properly construct collections path ([#​3085](https://github.com/ansible-community/molecule/issues/3085)) [@​tadeboro](https://github.com/tadeboro) - Reformat source files with black ([#​3100](https://github.com/ansible-community/molecule/issues/3100)) [@​tadeboro](https://github.com/tadeboro) #### Bugfixes - fix(deps): cookiecutter conflicts ([#​3113](https://github.com/ansible-community/molecule/issues/3113)) [@​ssbarnea](https://github.com/ssbarnea) - Fix ANSIBLE_LIBRARY variable handling ([#​3103](https://github.com/ansible-community/molecule/issues/3103)) [@​tadeboro](https://github.com/tadeboro) - Make sure run_command properly combines envs ([#​3104](https://github.com/ansible-community/molecule/issues/3104)) [@​tadeboro](https://github.com/tadeboro) - Make sure we detect dependency installation failure ([#​3105](https://github.com/ansible-community/molecule/issues/3105)) [@​tadeboro](https://github.com/tadeboro)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/molecule/pulls/56 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 041ac0f..9a5da5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG ANSIBLE_VERSION ARG BUILD_VERSION # renovate: datasource=pypi depName=molecule -ENV MOLECULE_VERSION="${BUILD_VERSION:-3.3.0}" +ENV MOLECULE_VERSION="${BUILD_VERSION:-3.3.1}" # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-3.4.0}"