Skip to content

Commit 5d6da1a

Browse files
authored
Update packages (#43)
1 parent a35a1db commit 5d6da1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
- pip install ansible==2.10.3
2121
- pip install ansible-lint==4.3.7
2222
- pip install yamllint==1.25.0
23-
- pip install 'molecule[docker]'==3.1.5
24-
- pip install docker==4.3.1
23+
- pip install 'molecule[docker]'==3.2.0
24+
- pip install docker==4.4.0
2525
script:
2626
- travis_wait 50 molecule test -s $scenario
2727
notifications:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.4.2 (Unreleased)
44

5+
ENHANCEMENTS:
6+
7+
Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
8+
59
BUG FIXES:
610

711
Specify default values for the `nginx_app_protect_license` dictionary.

0 commit comments

Comments
 (0)