From ff2bf9864bc80e07a074c8b709094c11cac08f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:43:21 +0000 Subject: [PATCH] chore(deps): update dependency boto3 to v1.40.28 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ee19e4..0aa53ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ requires-python = ">=3.9" dependencies = [ "Authlib==1.6.1", - "boto3==1.40.11", + "boto3==1.40.28", "launchdarkly-server-sdk==9.12.0", "pypdf[crypto]==6.0.0", "python-jose[cryptography]==3.5.0",