Skip to content

Commit e7383de

Browse files
Update ASF APIs (#12604)
Co-authored-by: LocalStack Bot <[email protected]>
1 parent dcea04f commit e7383de

File tree

8 files changed

+296
-41
lines changed

8 files changed

+296
-41
lines changed

localstack-core/localstack/aws/api/ec2/__init__.py

Lines changed: 278 additions & 24 deletions
Large diffs are not rendered by default.

localstack-core/localstack/aws/api/logs/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
SessionId = str
130130
Source = str
131131
SourceTimezone = str
132+
SplitStringDelimiter = str
132133
StartFromHead = bool
133134
StatsValue = float
134135
Success = bool
@@ -1563,7 +1564,7 @@ class SubstituteString(TypedDict, total=False):
15631564

15641565
class SplitStringEntry(TypedDict, total=False):
15651566
source: Source
1566-
delimiter: Delimiter
1567+
delimiter: SplitStringDelimiter
15671568

15681569

15691570
SplitStringEntries = List[SplitStringEntry]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Issues = "https://github.com/localstack/localstack/issues"
5353
# minimal required to actually run localstack on the host for services natively implemented in python
5454
base-runtime = [
5555
# pinned / updated by ASF update action
56-
"boto3==1.38.8",
56+
"boto3==1.38.13",
5757
# pinned / updated by ASF update action
58-
"botocore==1.38.8",
58+
"botocore==1.38.13",
5959
"awscrt>=0.13.14",
6060
"cbor2>=5.5.0",
6161
"dnspython>=1.16.0",

requirements-base-runtime.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ attrs==25.3.0
1111
# referencing
1212
awscrt==0.26.1
1313
# via localstack-core (pyproject.toml)
14-
boto3==1.38.8
14+
boto3==1.38.13
1515
# via localstack-core (pyproject.toml)
16-
botocore==1.38.8
16+
botocore==1.38.13
1717
# via
1818
# boto3
1919
# localstack-core (pyproject.toml)

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ aws-sam-translator==1.97.0
3939
# localstack-core
4040
aws-xray-sdk==2.14.0
4141
# via moto-ext
42-
awscli==1.40.7
42+
awscli==1.40.12
4343
# via localstack-core
4444
awscrt==0.26.1
4545
# via localstack-core
46-
boto3==1.38.8
46+
boto3==1.38.13
4747
# via
4848
# aws-sam-translator
4949
# kclpy-ext
5050
# localstack-core
5151
# moto-ext
52-
botocore==1.38.8
52+
botocore==1.38.13
5353
# via
5454
# aws-xray-sdk
5555
# awscli

requirements-runtime.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ aws-sam-translator==1.97.0
2727
# localstack-core (pyproject.toml)
2828
aws-xray-sdk==2.14.0
2929
# via moto-ext
30-
awscli==1.40.7
30+
awscli==1.40.12
3131
# via localstack-core (pyproject.toml)
3232
awscrt==0.26.1
3333
# via localstack-core
34-
boto3==1.38.8
34+
boto3==1.38.13
3535
# via
3636
# aws-sam-translator
3737
# kclpy-ext
3838
# localstack-core
3939
# moto-ext
40-
botocore==1.38.8
40+
botocore==1.38.13
4141
# via
4242
# aws-xray-sdk
4343
# awscli

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ aws-sam-translator==1.97.0
3939
# localstack-core
4040
aws-xray-sdk==2.14.0
4141
# via moto-ext
42-
awscli==1.40.7
42+
awscli==1.40.12
4343
# via localstack-core
4444
awscrt==0.26.1
4545
# via localstack-core
46-
boto3==1.38.8
46+
boto3==1.38.13
4747
# via
4848
# aws-sam-translator
4949
# kclpy-ext
5050
# localstack-core
5151
# moto-ext
52-
botocore==1.38.8
52+
botocore==1.38.13
5353
# via
5454
# aws-xray-sdk
5555
# awscli

requirements-typehint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ aws-sam-translator==1.97.0
3939
# localstack-core
4040
aws-xray-sdk==2.14.0
4141
# via moto-ext
42-
awscli==1.40.7
42+
awscli==1.40.12
4343
# via localstack-core
4444
awscrt==0.26.1
4545
# via localstack-core
46-
boto3==1.38.8
46+
boto3==1.38.13
4747
# via
4848
# aws-sam-translator
4949
# kclpy-ext
5050
# localstack-core
5151
# moto-ext
5252
boto3-stubs==1.38.9
5353
# via localstack-core (pyproject.toml)
54-
botocore==1.38.8
54+
botocore==1.38.13
5555
# via
5656
# aws-xray-sdk
5757
# awscli

0 commit comments

Comments
 (0)