Skip to content

chore(api): update dependency django-environ to v0.10.0 (develop)

RenovateBot requested to merge renovate/develop-api-django-environ-0.x into 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

Compare Source

Added +++++

  • Use the core redis library by default if running Django >= 4.0 #&#8203;356 <https://github.com/joke2k/django-environ/issues/356>_.
  • Value of dict can now contain an equal sign #&#8203;241 <https://github.com/joke2k/django-environ/pull/241>_.
  • Added support for Python 3.11.
  • Added CONN_HEALTH_CHECKS to database base options #&#8203;413 <https://github.com/joke2k/django-environ/issues/413>_.
  • Added encoding parameter to read_env with default value 'utf8' #&#8203;442 <https://github.com/joke2k/django-environ/pull/442>_.
  • Added support for Django 4.1 #&#8203;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 .env file.
  • Provided access to ```DB_SCHEMESthroughclsrather thanEnvindb_url_config`` #&#8203;414 <https://github.com/joke2k/django-environ/pull/414>_.
  • Correct CI workflow to use supported Python versions/OS matrix #&#8203;441 <https://github.com/joke2k/django-environ/pull/441>_.
  • Reworked trigger CI workflows strategy #&#8203;440 <https://github.com/joke2k/django-environ/pull/440>_.

Fixed +++++

  • Fixed logic of Env.get_value() to skip parsing only when default=None, not for all default values that coerce to False #&#8203;404 <https://github.com/joke2k/django-environ/issues/404>_.
  • Deleted duplicated include in docs/quickstart.rst #&#8203;439 <https://github.com/joke2k/django-environ/pull/439>_.

Removed +++++++

  • Removed deprecated Env.unicode().
  • Removed environ.register_schemes calls and do not modify global urllib.parse.urlparse's uses_* variables as this no longer needed #&#8203;246 <https://github.com/joke2k/django-environ/pull/246>_.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports