Skip to content

Commit aa2a0c6

Browse files
update generated ASF APIs to latest version
1 parent c88e039 commit aa2a0c6

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ class WarningType(StrEnum):
722722
UNSUPPORTED_PROPERTIES = "UNSUPPORTED_PROPERTIES"
723723
MUTUALLY_EXCLUSIVE_TYPES = "MUTUALLY_EXCLUSIVE_TYPES"
724724
EXCLUDED_PROPERTIES = "EXCLUDED_PROPERTIES"
725+
EXCLUDED_RESOURCES = "EXCLUDED_RESOURCES"
725726

726727

727728
class AlreadyExistsException(ServiceException):

pyproject.toml

Lines changed: 3 additions & 3 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.40.40",
56+
"boto3==1.40.45",
5757
# pinned / updated by ASF update action
58-
"botocore==1.40.40",
58+
"botocore==1.40.45",
5959
"awscrt>=0.13.14,!=0.27.1",
6060
"cbor2>=5.5.0",
6161
"dnspython>=1.16.0",
@@ -78,7 +78,7 @@ base-runtime = [
7878
runtime = [
7979
"localstack-core[base-runtime]",
8080
# pinned / updated by ASF update action
81-
"awscli==1.42.40",
81+
"awscli==1.42.45",
8282
"airspeed-ext>=0.6.3",
8383
# version that has a built wheel
8484
"kclpy-ext>=3.0.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.28.1
1313
# via localstack-core (pyproject.toml)
14-
boto3==1.40.40
14+
boto3==1.40.45
1515
# via localstack-core (pyproject.toml)
16-
botocore==1.40.40
16+
botocore==1.40.45
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.100.0
3939
# localstack-core
4040
aws-xray-sdk==2.14.0
4141
# via moto-ext
42-
awscli==1.42.40
42+
awscli==1.42.45
4343
# via localstack-core
4444
awscrt==0.28.1
4545
# via localstack-core
46-
boto3==1.40.40
46+
boto3==1.40.45
4747
# via
4848
# aws-sam-translator
4949
# kclpy-ext
5050
# localstack-core
5151
# moto-ext
52-
botocore==1.40.40
52+
botocore==1.40.45
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.100.0
2727
# localstack-core (pyproject.toml)
2828
aws-xray-sdk==2.14.0
2929
# via moto-ext
30-
awscli==1.42.40
30+
awscli==1.42.45
3131
# via localstack-core (pyproject.toml)
3232
awscrt==0.28.1
3333
# via localstack-core
34-
boto3==1.40.40
34+
boto3==1.40.45
3535
# via
3636
# aws-sam-translator
3737
# kclpy-ext
3838
# localstack-core
3939
# moto-ext
40-
botocore==1.40.40
40+
botocore==1.40.45
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.100.0
3939
# localstack-core
4040
aws-xray-sdk==2.14.0
4141
# via moto-ext
42-
awscli==1.42.40
42+
awscli==1.42.45
4343
# via localstack-core
4444
awscrt==0.28.1
4545
# via localstack-core
46-
boto3==1.40.40
46+
boto3==1.40.45
4747
# via
4848
# aws-sam-translator
4949
# kclpy-ext
5050
# localstack-core
5151
# moto-ext
52-
botocore==1.40.40
52+
botocore==1.40.45
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.100.0
3939
# localstack-core
4040
aws-xray-sdk==2.14.0
4141
# via moto-ext
42-
awscli==1.42.40
42+
awscli==1.42.45
4343
# via localstack-core
4444
awscrt==0.28.1
4545
# via localstack-core
46-
boto3==1.40.40
46+
boto3==1.40.45
4747
# via
4848
# aws-sam-translator
4949
# kclpy-ext
5050
# localstack-core
5151
# moto-ext
5252
boto3-stubs==1.40.41
5353
# via localstack-core (pyproject.toml)
54-
botocore==1.40.40
54+
botocore==1.40.45
5555
# via
5656
# aws-xray-sdk
5757
# awscli

0 commit comments

Comments
 (0)