From c6c8d23dacbcc625d915d7b92c732ee2443cf604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:35:18 +0000 Subject: [PATCH] Update dependency boto3 to v1.42.37 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b6a290..feb2d18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ 'DiscoverVersion', 'django-termsandconditions>=2.0.8', 'celery[redis]', - 'boto3==1.42.30', + 'boto3==1.42.37', ] [project.urls]