Skip to content

Commit a9a47bd

Browse files
Merge branch 'release-1.34.141' into develop
* release-1.34.141: Bumping version to 1.34.141 Add changelog entries from botocore
2 parents a9066f5 + 37fafd4 commit a9a47bd

5 files changed

Lines changed: 70 additions & 3 deletions

File tree

.changes/1.34.141.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``codedeploy``",
4+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``devicefarm``",
9+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dms``",
14+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``elasticbeanstalk``",
19+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``es``",
24+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``firehose``",
29+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``gamelift``",
34+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``qapps``",
39+
"description": "[``botocore``] This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``route53resolver``",
44+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``ses``",
49+
"description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.34.141
6+
========
7+
8+
* api-change:``codedeploy``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* api-change:``devicefarm``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* api-change:``dms``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* api-change:``elasticbeanstalk``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* api-change:``es``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
* api-change:``firehose``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
* api-change:``gamelift``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
* api-change:``qapps``: [``botocore``] This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.
16+
* api-change:``route53resolver``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
17+
* api-change:``ses``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
18+
19+
520
1.34.140
621
========
722

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.34.140'
20+
__version__ = '1.34.141'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.34.140,<1.35.0
6+
botocore>=1.34.141,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.34.140,<1.35.0',
17+
'botocore>=1.34.141,<1.35.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.10.0,<0.11.0',
2020
]

0 commit comments

Comments
 (0)