diff --git a/Dockerfile b/Dockerfile index d66dd47..3a2cbdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG RUNTIME_VERSION="3.12" -ARG DISTRO_VERSION="3.20" +ARG DISTRO_VERSION="3.21" FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder ARG RUNTIME_VERSION="3.12" diff --git a/pyproject.toml b/pyproject.toml index 6e414da..3046720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-minifier==2.11.3", "cfn-lint==1.35.3", "ruamel.yaml==0.18.10", - "rich==13.9.4", + "rich==14.0.0", "pulumi==3.171.0", "pulumi-aws==6.81.0", "pulumi-aws-native==1.28.0",