Freeze python deps, update Pulumi
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2023-10-25 21:44:49 +00:00
parent 260c44c49b
commit 210bf897b9
2 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
ARG RUNTIME_VERSION="3.11" ARG RUNTIME_VERSION="3.11"
ARG DISTRO_VERSION="3.18" ARG DISTRO_VERSION="3.18"
ARG PULUMI_VERSION="3.67.1" ARG PULUMI_VERSION="3.89.0"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG PULUMI_VERSION ARG PULUMI_VERSION

View File

@ -1,16 +1,16 @@
boto3 boto3==1.28.70
mock mock==5.1.0
Jinja2>=3.0.0 Jinja2==3.1.2
click click==8.1.7
pexpect pexpect==4.8.0
python-minifier python-minifier==2.9.0
cfn-lint>=0.34 cfn-lint==0.83.0
ruamel-yaml ruamel.yaml==0.18.2
pulumi>=3.80.0 pulumi==3.89.0
pulumi-aws>6.0.0 pulumi-aws==6.6.1
pulumi-aws-native pulumi-aws-native==0.82.0
pulumi-policy pulumi-policy==1.7.0
pulumi-command pulumi-command==0.9.1
# flake8 # flake8
# pytest # pytest