Skip to content

Commit 3c3843a

Browse files
Upgrade Ansible python dependencies
1 parent f51cd46 commit 3c3843a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deployment/requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
ansible==5.5.0
7+
ansible==5.7.0
88
# via -r requirements.in
9-
ansible-core==2.12.3
9+
ansible-core==2.12.5
1010
# via ansible
11-
boto3==1.21.25
11+
boto3==1.22.2
1212
# via -r requirements.in
13-
botocore==1.24.25
13+
botocore==1.25.3
1414
# via
1515
# -r requirements.in
1616
# boto3
1717
# s3transfer
1818
cffi==1.15.0
1919
# via cryptography
20-
cryptography==36.0.2
20+
cryptography==37.0.1
2121
# via ansible-core
22-
jinja2==3.0.3
22+
jinja2==3.1.2
2323
# via ansible-core
2424
jmespath==1.0.0
2525
# via
@@ -31,7 +31,7 @@ packaging==21.3
3131
# via ansible-core
3232
pycparser==2.21
3333
# via cffi
34-
pyparsing==3.0.7
34+
pyparsing==3.0.8
3535
# via packaging
3636
python-dateutil==2.8.2
3737
# via botocore

0 commit comments

Comments
 (0)