Update dependency django-environ to v0.11.2 #64

Merged
jake merged 1 commits from renovate/django-environ-0.x into master 2023-09-18 09:07:01 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
django-environ (source, changelog) 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [django-environ](https://django-environ.readthedocs.org) ([source](https://github.com/joke2k/django-environ), [changelog](https://django-environ.readthedocs.org/en/latest/changelog.html)) | minor | `==0.10.0` -> `==0.11.2` | --- ### Release Notes <details> <summary>joke2k/django-environ (django-environ)</summary> ### [`v0.11.2`](https://github.com/joke2k/django-environ/blob/HEAD/CHANGELOG.rst#v0112---1-September-2023) [Compare Source](https://github.com/joke2k/django-environ/compare/v0.11.1...v0.11.2) Fixed \+++++ - Revert "Add variable expansion." feature due to `#&#8203;490 <https://github.com/joke2k/django-environ/issues/490>`\_. ### [`v0.11.1`](https://github.com/joke2k/django-environ/blob/HEAD/CHANGELOG.rst#v0111---30-August-2023) [Compare Source](https://github.com/joke2k/django-environ/compare/v0.11.0...v0.11.1) 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`](https://github.com/joke2k/django-environ/blob/HEAD/CHANGELOG.rst#v0110---30-August-2023) [Compare Source](https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.0) 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. </details> --- ### 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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate force-pushed renovate/django-environ-0.x from c7ccf151af to 383218399c 2023-08-31 08:00:54 +01:00 Compare
renovate changed title from Update dependency django-environ to v0.11.0 to Update dependency django-environ to v0.11.1 2023-08-31 08:00:54 +01:00
renovate force-pushed renovate/django-environ-0.x from 383218399c to f60370ce52 2023-09-02 08:01:00 +01:00 Compare
renovate changed title from Update dependency django-environ to v0.11.1 to Update dependency django-environ to v0.11.2 2023-09-02 08:01:02 +01:00
jake merged commit 18b65c52f7 into master 2023-09-18 09:07:01 +01:00
jake deleted branch renovate/django-environ-0.x 2023-09-18 09:07:01 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#64
No description provided.