From 210bf897b90254f5ae5a702a10a39f56580a5c4c Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 25 Oct 2023 21:44:49 +0000 Subject: [PATCH] Freeze python deps, update Pulumi --- Dockerfile | 2 +- requirements.txt | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Dockerfile b/Dockerfile index d40d757..a6b87cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG RUNTIME_VERSION="3.11" 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 ARG PULUMI_VERSION diff --git a/requirements.txt b/requirements.txt index 504aa6b..e28e718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -boto3 -mock -Jinja2>=3.0.0 -click -pexpect -python-minifier -cfn-lint>=0.34 -ruamel-yaml -pulumi>=3.80.0 -pulumi-aws>6.0.0 -pulumi-aws-native -pulumi-policy -pulumi-command +boto3==1.28.70 +mock==5.1.0 +Jinja2==3.1.2 +click==8.1.7 +pexpect==4.8.0 +python-minifier==2.9.0 +cfn-lint==0.83.0 +ruamel.yaml==0.18.2 +pulumi==3.89.0 +pulumi-aws==6.6.1 +pulumi-aws-native==0.82.0 +pulumi-policy==1.7.0 +pulumi-command==0.9.1 # flake8 # pytest