File tree 5 files changed +22
-3
lines changed
5 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "category" : " ``sso-admin``" ,
4
+ "description" : " [``botocore``] Documentation updates for arn:aws:trebuchet:::service:v1:03a2216d-1cda-4696-9ece-1387cb6f6952" ,
5
+ "type" : " api-change"
6
+ },
7
+ {
8
+ "category" : " ``cloudformation``" ,
9
+ "description" : " [``botocore``] SDK update to support Importing existing Stacks to new/existing Self Managed StackSet - Stack Import feature." ,
10
+ "type" : " api-change"
11
+ }
12
+ ]
Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
+ 1.18.9
6
+ ======
7
+
8
+ * api-change:``sso-admin ``: [``botocore ``] Documentation updates for arn:aws: trebuchet:::service: v1:03a2216d-1cda-4696-9ece-1387cb6f6952
9
+ * api-change:``cloudformation ``: [``botocore ``] SDK update to support Importing existing Stacks to new/existing Self Managed StackSet - Stack Import feature.
10
+
11
+
5
12
1.18.8
6
13
======
7
14
Original file line number Diff line number Diff line change 18
18
19
19
20
20
__author__ = 'Amazon Web Services'
21
- __version__ = '1.18.8 '
21
+ __version__ = '1.18.9 '
22
22
23
23
24
24
# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ universal = 0
3
3
4
4
[metadata]
5
5
requires_dist =
6
- botocore>=1.21.8 ,<1.22.0
6
+ botocore>=1.21.9 ,<1.22.0
7
7
jmespath>=0.7.1,<1.0.0
8
8
s3transfer>=0.5.0,<0.6.0
Original file line number Diff line number Diff line change 14
14
15
15
16
16
requires = [
17
- 'botocore>=1.21.8 ,<1.22.0' ,
17
+ 'botocore>=1.21.9 ,<1.22.0' ,
18
18
'jmespath>=0.7.1,<1.0.0' ,
19
19
's3transfer>=0.5.0,<0.6.0'
20
20
]
You can’t perform that action at this time.
0 commit comments