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 25, 2022
1 parent c6f9d62 commit 38cdf1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployment/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
ansible==5.5.0
ansible==5.6.0
# via -r requirements.in
ansible-core==2.12.3
ansible-core==2.12.5
# via ansible
boto3==1.21.25
boto3==1.22.0
# via -r requirements.in
botocore==1.24.25
botocore==1.25.0
# 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 All @@ -31,7 +31,7 @@ packaging==21.3
# via ansible-core
pycparser==2.21
# via cffi
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
python-dateutil==2.8.2
# via botocore
Expand Down

0 comments on commit 38cdf1d

Please sign in to comment.