Update django-environ to 0.4.5
Created by: pyup-bot
This PR updates django-environ from 0.4.4 to 0.4.5.
Changelog
0.4.5
--------------------------
Added
+++++
- Support for Django 2.0
- Support for smart casting
- Support PostgreSQL unix domain socket paths
- Tip: Multiple env files
Changed
+++++++
- Fix parsing option values None, True and False
- Order of importance of engine configuration in db_url_config
Removed
+++++++
- Remove django and six dependencies