From f35e515b179f307f133f25c87bda0d5758640a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:43:36 +0000 Subject: [PATCH] build(deps): bump django-storages[boto3] in /backend Bumps [django-storages[boto3]](https://github.com/jschneier/django-storages) from 1.14.1 to 1.14.2. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.14.1...1.14.2) --- updated-dependencies: - dependency-name: django-storages[boto3] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/requirements/base.txt b/backend/config/requirements/base.txt index 549bea62c..1624e2333 100644 --- a/backend/config/requirements/base.txt +++ b/backend/config/requirements/base.txt @@ -26,6 +26,6 @@ django-fsm==2.8.1 # https://github.com/viewflow/django-fsm django-fsm-log==3.1.0 # https://github.com/jazzband/django-fsm-log django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-silk==5.0.4 # https://github.com/jazzband/django-silk -django-storages[boto3]==1.14.1 # https://github.com/jschneier/django-storages +django-storages[boto3]==1.14.2 # https://github.com/jschneier/django-storages django-money==3.3.0 # https://github.com/django-money/django-money whitenoise==6.6.0 # https://github.com/evansd/whitenoise/ \ No newline at end of file