Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95e5e40

Browse files
authored
bump botocore and boto3 (#8210)
1 parent 352337d commit 95e5e40

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages=find:
2424

2525
# dependencies that are required for the cli (via pip install localstack)
2626
install_requires =
27-
boto3>=1.25.0,<1.26.98
27+
boto3>=1.26.121
2828
click>=7.0
2929
cachetools~=5.0.0
3030
cryptography
@@ -70,7 +70,7 @@ runtime =
7070
awscli>=1.22.90
7171
awscrt>=0.13.14
7272
boto>=2.49.0
73-
botocore>=1.28.0,<1.29.98
73+
botocore>=1.29.121,<=1.29.121
7474
cbor2>=5.2.0
7575
crontab>=0.22.6
7676
dnslib>=0.9.10

‎tests/unit/aws/test_service_router.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def _collect_operations() -> Tuple[ServiceModel, OperationModel]:
3838
"iot1click",
3939
"iot1click-devices",
4040
"iot1click-projects",
41+
"ivs",
42+
"ivs-realtime",
4143
"kinesis-video-archived",
4244
"kinesis-video-archived-media",
4345
"kinesis-video-media",
@@ -182,7 +184,7 @@ def test_service_router_works_for_every_service(
182184
detected_service_name = determine_aws_service_name(request)
183185

184186
# Make sure the detected service is the same as the one we generated the request for
185-
assert service.service_name == detected_service_name
187+
assert detected_service_name == service.service_name
186188

187189

188190
def test_endpoint_prefix_based_routing():

0 commit comments

Comments
 (0)