Skip to content

Commit 76faa9d

Browse files
Upgrade Ansible python dependencies
1 parent 3164f0f commit 76faa9d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

deployment/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
ansible==5.5.0
88
# via -r requirements.in
9-
ansible-core==2.12.3
9+
ansible-core==2.12.4
1010
# via ansible
11-
boto3==1.21.25
11+
boto3==1.21.31
1212
# via -r requirements.in
13-
botocore==1.24.25
13+
botocore==1.24.31
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

deployment/test-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ansible-compat==2.0.2
1111
# ansible-lint
1212
# molecule
1313
# molecule-docker
14-
ansible-core==2.12.3
14+
ansible-core==2.12.4
1515
# via
1616
# ansible
1717
# ansible-lint
@@ -40,7 +40,7 @@ chardet==4.0.0
4040
# via binaryornot
4141
charset-normalizer==2.0.12
4242
# via requests
43-
click==8.0.4
43+
click==8.1.2
4444
# via
4545
# click-help-colors
4646
# cookiecutter
@@ -67,7 +67,7 @@ idna==3.3
6767
# via requests
6868
iniconfig==1.1.1
6969
# via pytest
70-
jinja2==3.0.3
70+
jinja2==3.1.1
7171
# via
7272
# ansible-core
7373
# cookiecutter
@@ -160,7 +160,7 @@ urllib3==1.26.9
160160
# via requests
161161
wcmatch==8.3
162162
# via ansible-lint
163-
websocket-client==1.3.1
163+
websocket-client==1.3.2
164164
# via docker
165165
yamllint==1.26.3
166166
# via

0 commit comments

Comments
 (0)