feat: latest Pulumi versions, support Python 3.12
This commit is contained in:
commit
d6f752f5d1
@ -13,7 +13,7 @@ readme = "README.md"
|
|||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"boto3==1.35.15",
|
"boto3==1.35.46",
|
||||||
"mock==5.1.0",
|
"mock==5.1.0",
|
||||||
"Jinja2==3.1.4",
|
"Jinja2==3.1.4",
|
||||||
"click==8.1.7",
|
"click==8.1.7",
|
||||||
@ -21,10 +21,10 @@ dependencies = [
|
|||||||
"python-minifier==2.11.2",
|
"python-minifier==2.11.2",
|
||||||
"cfn-lint==1.12.4",
|
"cfn-lint==1.12.4",
|
||||||
"ruamel.yaml==0.18.6",
|
"ruamel.yaml==0.18.6",
|
||||||
"pulumi==3.131.0",
|
"pulumi==3.137.0",
|
||||||
"pulumi-aws==6.51.0",
|
"pulumi-aws==6.56.1",
|
||||||
"pulumi-aws-native==0.121.0",
|
"pulumi-aws-native==0.126.0",
|
||||||
"pulumi-policy==1.12.0",
|
"pulumi-policy==1.13.0",
|
||||||
"pulumi-command==1.0.1",
|
"pulumi-command==1.0.1",
|
||||||
"pulumi_random==4.16.6",
|
"pulumi_random==4.16.6",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user