chore(deps): update dependency django-environ to v0.9.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| django-environ (source, changelog) | dependencies | minor |
0.8.1 -> 0.9.0
|
Release Notes
joke2k/django-environ
v0.9.0
Added +++++
- Added support for Postgresql cluster URI
#​355 <https://github.com/joke2k/django-environ/pull/355>_. - Added support for Django 4.0
#​371 <https://github.com/joke2k/django-environ/issues/371>_. - Added support for prefixed variables
#​362 <https://github.com/joke2k/django-environ/issues/362>_. - Amended documentation.
Deprecated ++++++++++
-
Env.unicode()is deprecated and will be removed in the next major release. UseEnv.str()instead.
Changed +++++++
- Attach cause to
ImproperlyConfiguredexception#​360 <https://github.com/joke2k/django-environ/issues/360>_.
Fixed +++++
- Fixed
_cast_urlstrunquoting#​357 <https://github.com/joke2k/django-environ/issues/357>_. - Fixed documentation regarding unsafe characters in URLs
#​220 <https://github.com/joke2k/django-environ/issues/220>_. - Fixed
environ.Path.__eq__()to compare paths correctly#​86 <https://github.com/joke2k/django-environ/issues/86>,#​197 <https://github.com/joke2k/django-environ/issues/197>.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.