Skip to content

Commit

Permalink
Upgrade Ansible python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Apr 1, 2022
1 parent 3164f0f commit 76faa9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deployment/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
ansible==5.5.0
# via -r requirements.in
ansible-core==2.12.3
ansible-core==2.12.4
# via ansible
boto3==1.21.25
boto3==1.21.31
# via -r requirements.in
botocore==1.24.25
botocore==1.24.31
# via
# -r requirements.in
# boto3
Expand All @@ -19,7 +19,7 @@ cffi==1.15.0
# via cryptography
cryptography==36.0.2
# via ansible-core
jinja2==3.0.3
jinja2==3.1.1
# via ansible-core
jmespath==1.0.0
# via
Expand Down
8 changes: 4 additions & 4 deletions deployment/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ansible-compat==2.0.2
# ansible-lint
# molecule
# molecule-docker
ansible-core==2.12.3
ansible-core==2.12.4
# via
# ansible
# ansible-lint
Expand Down Expand Up @@ -40,7 +40,7 @@ chardet==4.0.0
# via binaryornot
charset-normalizer==2.0.12
# via requests
click==8.0.4
click==8.1.2
# via
# click-help-colors
# cookiecutter
Expand All @@ -67,7 +67,7 @@ idna==3.3
# via requests
iniconfig==1.1.1
# via pytest
jinja2==3.0.3
jinja2==3.1.1
# via
# ansible-core
# cookiecutter
Expand Down Expand Up @@ -160,7 +160,7 @@ urllib3==1.26.9
# via requests
wcmatch==8.3
# via ansible-lint
websocket-client==1.3.1
websocket-client==1.3.2
# via docker
yamllint==1.26.3
# via
Expand Down

0 comments on commit 76faa9d

Please sign in to comment.