File tree Expand file tree Collapse file tree 8 files changed +21
-16
lines changed
localstack-core/localstack/aws/api Expand file tree Collapse file tree 8 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ class Runtime(StrEnum):
266
266
java17 = "java17"
267
267
ruby3_2 = "ruby3.2"
268
268
ruby3_3 = "ruby3.3"
269
+ ruby3_4 = "ruby3.4"
269
270
python3_11 = "python3.11"
270
271
nodejs20_x = "nodejs20.x"
271
272
provided_al2023 = "provided.al2023"
Original file line number Diff line number Diff line change @@ -161,6 +161,8 @@ class CloudWatchRegion(StrEnum):
161
161
ca_west_1 = "ca-west-1"
162
162
ap_southeast_5 = "ap-southeast-5"
163
163
mx_central_1 = "mx-central-1"
164
+ us_isof_south_1 = "us-isof-south-1"
165
+ us_isof_east_1 = "us-isof-east-1"
164
166
ap_southeast_7 = "ap-southeast-7"
165
167
166
168
@@ -333,6 +335,8 @@ class VPCRegion(StrEnum):
333
335
ca_west_1 = "ca-west-1"
334
336
ap_southeast_5 = "ap-southeast-5"
335
337
mx_central_1 = "mx-central-1"
338
+ us_isof_south_1 = "us-isof-south-1"
339
+ us_isof_east_1 = "us-isof-east-1"
336
340
ap_southeast_7 = "ap-southeast-7"
337
341
338
342
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ Issues = "https://github.com/localstack/localstack/issues"
53
53
# minimal required to actually run localstack on the host for services natively implemented in python
54
54
base-runtime = [
55
55
# pinned / updated by ASF update action
56
- " boto3==1.37.13 " ,
56
+ " boto3==1.37.18 " ,
57
57
# pinned / updated by ASF update action
58
- " botocore==1.37.13 " ,
58
+ " botocore==1.37.18 " ,
59
59
" awscrt>=0.13.14" ,
60
60
" cbor2>=5.5.0" ,
61
61
" dnspython>=1.16.0" ,
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ attrs==25.3.0
11
11
# referencing
12
12
awscrt==0.24.2
13
13
# via localstack-core (pyproject.toml)
14
- boto3==1.37.13
14
+ boto3==1.37.18
15
15
# via localstack-core (pyproject.toml)
16
- botocore==1.37.13
16
+ botocore==1.37.18
17
17
# via
18
18
# boto3
19
19
# localstack-core (pyproject.toml)
Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ aws-sam-translator==1.95.0
41
41
# localstack-core
42
42
aws-xray-sdk == 2.14.0
43
43
# via moto-ext
44
- awscli == 1.38.13
44
+ awscli == 1.38.18
45
45
# via localstack-core
46
46
awscrt == 0.24.2
47
47
# via localstack-core
48
- boto3 == 1.37.13
48
+ boto3 == 1.37.18
49
49
# via
50
50
# amazon-kclpy
51
51
# aws-sam-translator
52
52
# localstack-core
53
53
# moto-ext
54
- botocore == 1.37.13
54
+ botocore == 1.37.18
55
55
# via
56
56
# aws-xray-sdk
57
57
# awscli
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ aws-sam-translator==1.95.0
29
29
# localstack-core (pyproject.toml)
30
30
aws-xray-sdk==2.14.0
31
31
# via moto-ext
32
- awscli==1.38.13
32
+ awscli==1.38.18
33
33
# via localstack-core (pyproject.toml)
34
34
awscrt==0.24.2
35
35
# via localstack-core
36
- boto3==1.37.13
36
+ boto3==1.37.18
37
37
# via
38
38
# amazon-kclpy
39
39
# aws-sam-translator
40
40
# localstack-core
41
41
# moto-ext
42
- botocore==1.37.13
42
+ botocore==1.37.18
43
43
# via
44
44
# aws-xray-sdk
45
45
# awscli
Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ aws-sam-translator==1.95.0
41
41
# localstack-core
42
42
aws-xray-sdk==2.14.0
43
43
# via moto-ext
44
- awscli==1.38.13
44
+ awscli==1.38.18
45
45
# via localstack-core
46
46
awscrt==0.24.2
47
47
# via localstack-core
48
- boto3==1.37.13
48
+ boto3==1.37.18
49
49
# via
50
50
# amazon-kclpy
51
51
# aws-sam-translator
52
52
# localstack-core
53
53
# moto-ext
54
- botocore==1.37.13
54
+ botocore==1.37.18
55
55
# via
56
56
# aws-xray-sdk
57
57
# awscli
Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ aws-sam-translator==1.95.0
41
41
# localstack-core
42
42
aws-xray-sdk==2.14.0
43
43
# via moto-ext
44
- awscli==1.38.13
44
+ awscli==1.38.18
45
45
# via localstack-core
46
46
awscrt==0.24.2
47
47
# via localstack-core
48
- boto3==1.37.13
48
+ boto3==1.37.18
49
49
# via
50
50
# amazon-kclpy
51
51
# aws-sam-translator
52
52
# localstack-core
53
53
# moto-ext
54
54
boto3-stubs==1.37.14
55
55
# via localstack-core (pyproject.toml)
56
- botocore==1.37.13
56
+ botocore==1.37.18
57
57
# via
58
58
# aws-xray-sdk
59
59
# awscli
You can’t perform that action at this time.
0 commit comments