From 4144004fc76df813f137bc48195724db3d3852d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Dec 2024 03:02:16 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a78af85..ca71b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,18 +13,18 @@ readme = "README.md" license = "AGPL-3.0-or-later" requires-python = ">=3.12" dependencies = [ - "boto3==1.35.70", + "boto3==1.35.79", "mock==5.1.0", "Jinja2==3.1.4", "click==8.1.7", "pexpect==4.9.0", "python-minifier==2.11.3", - "cfn-lint==1.20.1", + "cfn-lint==1.22.0", "ruamel.yaml==0.18.6", "rich==13.9.4", "pulumi==3.142.0", - "pulumi-aws==6.61.0", - "pulumi-aws-native==1.11.0", + "pulumi-aws==6.64.0", + "pulumi-aws-native==1.15.0", "pulumi-policy==1.13.0", "pulumi-command==1.0.1", "pulumi_random==4.16.7",