diff --git a/setup.py b/setup.py index 61472b89e..9151872d4 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ # breaking changes to the API, and django-s3-file-field is also # incompatible with it since it has minio<7 as a dependency. # Until these issues are resolved, we pin it to an older version. - 'django-minio-storage<0.5.0', + 'django-minio-storage<0.6.0', 'tqdm', ], extras_require={