We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f9d62 commit 38cdf1dCopy full SHA for 38cdf1d
deployment/requirements.txt
@@ -4,13 +4,13 @@
4
#
5
# pip-compile --output-file=requirements.txt requirements.in
6
7
-ansible==5.5.0
+ansible==5.6.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.0
12
13
-botocore==1.24.25
+botocore==1.25.0
14
# via
15
# -r requirements.in
16
# boto3
@@ -19,7 +19,7 @@ cffi==1.15.0
19
# via cryptography
20
cryptography==36.0.2
21
# via ansible-core
22
-jinja2==3.0.3
+jinja2==3.1.1
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