chore(api): update dependency django-environ to v0.10.0 (develop)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| django-environ (source, changelog) | dependencies | minor |
==0.9.0 -> ==0.10.0
|
Release Notes
joke2k/django-environ
v0.10.0
Added +++++
- Use the core redis library by default if running Django >= 4.0
#​356 <https://github.com/joke2k/django-environ/issues/356>_. - Value of dict can now contain an equal sign
#​241 <https://github.com/joke2k/django-environ/pull/241>_. - Added support for Python 3.11.
- Added
CONN_HEALTH_CHECKSto database base options#​413 <https://github.com/joke2k/django-environ/issues/413>_. - Added
encodingparameter toread_envwith default value 'utf8'#​442 <https://github.com/joke2k/django-environ/pull/442>_. - Added support for Django 4.1
#​416 <https://github.com/joke2k/django-environ/issues/416>_.
Deprecated ++++++++++
- Support of Python < 3.6 is deprecated and will be removed in next major version.
Changed +++++++
- Used UTF-8 as a encoding when open
.envfile. - Provided access to ```DB_SCHEMES
throughclsrather thanEnvindb_url_config``#​414 <https://github.com/joke2k/django-environ/pull/414>_. - Correct CI workflow to use supported Python versions/OS matrix
#​441 <https://github.com/joke2k/django-environ/pull/441>_. - Reworked trigger CI workflows strategy
#​440 <https://github.com/joke2k/django-environ/pull/440>_.
Fixed +++++
- Fixed logic of
Env.get_value()to skip parsing only whendefault=None, not for all default values that coerce toFalse#​404 <https://github.com/joke2k/django-environ/issues/404>_. - Deleted duplicated include in docs/quickstart.rst
#​439 <https://github.com/joke2k/django-environ/pull/439>_.
Removed +++++++
- Removed deprecated
Env.unicode(). - Removed
environ.register_schemescalls and do not modify globalurllib.parse.urlparse'suses_*variables as this no longer needed#​246 <https://github.com/joke2k/django-environ/pull/246>_.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.