From 2a38b89856b7ec764ce3512719195b2bce1e8c7e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 31 Aug 2024 03:07:45 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aff613c..27b2159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" license = "AGPL-3.0-or-later" requires-python = ">=3.9" dependencies = [ - "boto3==1.35.9", + "boto3==1.35.10", "mock==5.1.0", "Jinja2==3.1.4", "click==8.1.7",