Skip to content

chore(deps): update dependency django-environ to v0.11.2

RenovateBot requested to merge renovate/django-environ-0.x into main

This MR contains the following updates:

Package Type Update Change
django-environ (source, changelog) dependencies minor 0.10.0 -> 0.11.2

Release Notes

joke2k/django-environ (django-environ)

v0.11.2

Compare Source

Fixed +++++

  • Revert "Add variable expansion." feature due to #&#8203;490 <https://github.com/joke2k/django-environ/issues/490>_.

v0.11.1

Compare Source

Fixed +++++

  • Revert "Add interpolate argument to avoid resolving proxied values." feature due to #&#8203;485 <https://github.com/joke2k/django-environ/issues/485>_.

v0.11.0

Compare Source

Added +++++

  • Added support for Django 4.2 #&#8203;456 <https://github.com/joke2k/django-environ/pull/456>_.
  • Added support for secure Elasticsearch connections #&#8203;463 <https://github.com/joke2k/django-environ/pull/463>_.
  • Added variable expansion #&#8203;468 <https://github.com/joke2k/django-environ/pull/468>_.
  • Added capability to handle comments after #, after quoted values, like KEY= 'part1 # part2' # comment #&#8203;475 <https://github.com/joke2k/django-environ/pull/475>_.
  • Added support for interpolate parameter #&#8203;415 <https://github.com/joke2k/django-environ/pull/415>_.

Changed +++++++

  • Used mssql-django as engine for SQL Server #&#8203;446 <https://github.com/joke2k/django-environ/pull/446>_.
  • Changed handling bool values, stripping whitespace around value #&#8203;475 <https://github.com/joke2k/django-environ/pull/475>_.
  • Use importlib.util.find_spec to replace pkgutil.find_loader #&#8203;482 <https://github.com/joke2k/django-environ/pull/482>_.

Removed +++++++

  • Removed support of Python 3.5.

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

Loading