Update collectfast to 1.3.2
Created by: pyup-bot
This PR updates Collectfast from 0.6.2 to 1.3.2.
Changelog
1.3.2
- Support Django 3.0
- Limit django-storages to <1.9
1.3.0
- Fix 157: catch pydoc.ErrorDuringImport
- Remove runtests.py and use pytest instead
- Add Python 3.8 to test matrix
- Update copyright note in readme
- Add deprecation warning for using BotoStrategy
1.2.0
Implement strategy for Google Cloud Storage
1.1.1
1.1.0 broke compatibility by not correctly guessing strategy for subclasses of supported storages.
1.1.0
Large rewrite to simplify implementing support for more storage backends. Introduces a `Strategy` abstraction that can be subclassed to implement support for different storage backends and needs.
Misc.:
- Remove `--ignore-etag` option
- Get rid of wrapping quotes in hashes, bump cache key version
- Command tests now run with both boto and boto3
1.0.0
- Drops support for Python 2.