diff --git a/{{cookiecutter.github_repository}}/pyproject.toml b/{{cookiecutter.github_repository}}/pyproject.toml index e2d19637..4f130853 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.42.0" # Caching # -------------------------------------