Skip to content

Commit 1122300

Browse files
Update django-storages requirement from >=1.6 to >=1.14.6
Updates the requirements on [django-storages](https://github.com/jschneier/django-storages) to permit the latest version. - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](jschneier/django-storages@1.6...1.14.6) --- updated-dependencies: - dependency-name: django-storages dependency-version: 1.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0e2b5b commit 1122300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
requires-python = ">=3.11"
3434
dependencies = [
3535
"django>=5.2.13",
36-
"django-storages>=1.6",
36+
"django-storages>=1.14.6",
3737
"boto3",
3838
]
3939

0 commit comments

Comments
 (0)