We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51cd46 commit 3c3843aCopy full SHA for 3c3843a
deployment/requirements.txt
@@ -4,22 +4,22 @@
4
#
5
# pip-compile --output-file=requirements.txt requirements.in
6
7
-ansible==5.5.0
+ansible==5.7.0
8
# via -r requirements.in
9
-ansible-core==2.12.3
+ansible-core==2.12.5
10
# via ansible
11
-boto3==1.21.25
+boto3==1.22.2
12
13
-botocore==1.24.25
+botocore==1.25.3
14
# via
15
# -r requirements.in
16
# boto3
17
# s3transfer
18
cffi==1.15.0
19
# via cryptography
20
-cryptography==36.0.2
+cryptography==37.0.1
21
# via ansible-core
22
-jinja2==3.0.3
+jinja2==3.1.2
23
24
jmespath==1.0.0
25
@@ -31,7 +31,7 @@ packaging==21.3
31
32
pycparser==2.21
33
# via cffi
34
-pyparsing==3.0.7
+pyparsing==3.0.8
35
# via packaging
36
python-dateutil==2.8.2
37
# via botocore
0 commit comments