From e6f3c50991346f820d2b466eead17160ac25cd8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:37:38 +0000 Subject: [PATCH] fix(deps): update dependency boto3 to ~1.43.0 --- {{cookiecutter.github_repository}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..e8d3a03f 100644 --- a/{{cookiecutter.github_repository}}/pyproject.toml +++ b/{{cookiecutter.github_repository}}/pyproject.toml @@ -82,7 +82,7 @@ gunicorn = "~20.1.0" uvicorn = "^0.21.0" {%- endif %} django-storages = "^1.13" -boto3 = "~1.26.47" +boto3 = "~1.43.0" # Caching # -------------------------------------