Skip to content

Commit 38cdf1d

Browse files
Upgrade Ansible python dependencies
1 parent c6f9d62 commit 38cdf1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deployment/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
ansible==5.5.0
7+
ansible==5.6.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.0
1212
# via -r requirements.in
13-
botocore==1.24.25
13+
botocore==1.25.0
1414
# via
1515
# -r requirements.in
1616
# boto3
@@ -19,7 +19,7 @@ cffi==1.15.0
1919
# via cryptography
2020
cryptography==36.0.2
2121
# via ansible-core
22-
jinja2==3.0.3
22+
jinja2==3.1.1
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)