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 28, 2022
1 parent f51cd46 commit 3c3843a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deployment/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
ansible==5.5.0
ansible==5.7.0
# via -r requirements.in
ansible-core==2.12.3
ansible-core==2.12.5
# via ansible
boto3==1.21.25
boto3==1.22.2
# via -r requirements.in
botocore==1.24.25
botocore==1.25.3
# via
# -r requirements.in
# boto3
# s3transfer
cffi==1.15.0
# via cryptography
cryptography==36.0.2
cryptography==37.0.1
# via ansible-core
jinja2==3.0.3
jinja2==3.1.2
# 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 3c3843a

Please sign in to comment.