From 6a03515f8d5cee96c5fc7f40c52a5842ff5fbe73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Sep 2024 03:08:07 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aff613c..8d7bff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,13 +13,13 @@ readme = "README.md" license = "AGPL-3.0-or-later" requires-python = ">=3.9" dependencies = [ - "boto3==1.35.9", + "boto3==1.35.11", "mock==5.1.0", "Jinja2==3.1.4", "click==8.1.7", "pexpect==4.9.0", "python-minifier==2.9.0", - "cfn-lint==1.11.1", + "cfn-lint==1.12.1", "ruamel.yaml==0.18.6", "pulumi==3.130.0", "pulumi-aws==6.50.1",