Skip to content

Commit 0618277

Browse files
Update ASF APIs (#12425)
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
1 parent 0034712 commit 0618277

File tree

8 files changed

+21
-16
lines changed

8 files changed

+21
-16
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ class Runtime(StrEnum):
266266
java17 = "java17"
267267
ruby3_2 = "ruby3.2"
268268
ruby3_3 = "ruby3.3"
269+
ruby3_4 = "ruby3.4"
269270
python3_11 = "python3.11"
270271
nodejs20_x = "nodejs20.x"
271272
provided_al2023 = "provided.al2023"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ class CloudWatchRegion(StrEnum):
161161
ca_west_1 = "ca-west-1"
162162
ap_southeast_5 = "ap-southeast-5"
163163
mx_central_1 = "mx-central-1"
164+
us_isof_south_1 = "us-isof-south-1"
165+
us_isof_east_1 = "us-isof-east-1"
164166
ap_southeast_7 = "ap-southeast-7"
165167

166168

@@ -333,6 +335,8 @@ class VPCRegion(StrEnum):
333335
ca_west_1 = "ca-west-1"
334336
ap_southeast_5 = "ap-southeast-5"
335337
mx_central_1 = "mx-central-1"
338+
us_isof_south_1 = "us-isof-south-1"
339+
us_isof_east_1 = "us-isof-east-1"
336340
ap_southeast_7 = "ap-southeast-7"
337341

338342

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.37.13",
56+
"boto3==1.37.18",
5757
# pinned / updated by ASF update action
58-
"botocore==1.37.13",
58+
"botocore==1.37.18",
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.24.2
1313
# via localstack-core (pyproject.toml)
14-
boto3==1.37.13
14+
boto3==1.37.18
1515
# via localstack-core (pyproject.toml)
16-
botocore==1.37.13
16+
botocore==1.37.18
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
@@ -41,17 +41,17 @@ aws-sam-translator==1.95.0
4141
# localstack-core
4242
aws-xray-sdk==2.14.0
4343
# via moto-ext
44-
awscli==1.38.13
44+
awscli==1.38.18
4545
# via localstack-core
4646
awscrt==0.24.2
4747
# via localstack-core
48-
boto3==1.37.13
48+
boto3==1.37.18
4949
# via
5050
# amazon-kclpy
5151
# aws-sam-translator
5252
# localstack-core
5353
# moto-ext
54-
botocore==1.37.13
54+
botocore==1.37.18
5555
# via
5656
# aws-xray-sdk
5757
# awscli

requirements-runtime.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ aws-sam-translator==1.95.0
2929
# localstack-core (pyproject.toml)
3030
aws-xray-sdk==2.14.0
3131
# via moto-ext
32-
awscli==1.38.13
32+
awscli==1.38.18
3333
# via localstack-core (pyproject.toml)
3434
awscrt==0.24.2
3535
# via localstack-core
36-
boto3==1.37.13
36+
boto3==1.37.18
3737
# via
3838
# amazon-kclpy
3939
# aws-sam-translator
4040
# localstack-core
4141
# moto-ext
42-
botocore==1.37.13
42+
botocore==1.37.18
4343
# via
4444
# aws-xray-sdk
4545
# awscli

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ aws-sam-translator==1.95.0
4141
# localstack-core
4242
aws-xray-sdk==2.14.0
4343
# via moto-ext
44-
awscli==1.38.13
44+
awscli==1.38.18
4545
# via localstack-core
4646
awscrt==0.24.2
4747
# via localstack-core
48-
boto3==1.37.13
48+
boto3==1.37.18
4949
# via
5050
# amazon-kclpy
5151
# aws-sam-translator
5252
# localstack-core
5353
# moto-ext
54-
botocore==1.37.13
54+
botocore==1.37.18
5555
# via
5656
# aws-xray-sdk
5757
# awscli

requirements-typehint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ aws-sam-translator==1.95.0
4141
# localstack-core
4242
aws-xray-sdk==2.14.0
4343
# via moto-ext
44-
awscli==1.38.13
44+
awscli==1.38.18
4545
# via localstack-core
4646
awscrt==0.24.2
4747
# via localstack-core
48-
boto3==1.37.13
48+
boto3==1.37.18
4949
# via
5050
# amazon-kclpy
5151
# aws-sam-translator
5252
# localstack-core
5353
# moto-ext
5454
boto3-stubs==1.37.14
5555
# via localstack-core (pyproject.toml)
56-
botocore==1.37.13
56+
botocore==1.37.18
5757
# via
5858
# aws-xray-sdk
5959
# awscli

0 commit comments

Comments
 (0)