chore(deps): update dependency django-environ to v0.11.2
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
Fixed +++++
- Revert "Add variable expansion." feature
due to
#​490 <https://github.com/joke2k/django-environ/issues/490>_.
v0.11.1
Fixed +++++
- Revert "Add interpolate argument to avoid resolving proxied values." feature
due to
#​485 <https://github.com/joke2k/django-environ/issues/485>_.
v0.11.0
Added +++++
- Added support for Django 4.2
#​456 <https://github.com/joke2k/django-environ/pull/456>_. - Added support for secure Elasticsearch connections
#​463 <https://github.com/joke2k/django-environ/pull/463>_. - Added variable expansion
#​468 <https://github.com/joke2k/django-environ/pull/468>_. - Added capability to handle comments after #, after quoted values,
like
KEY= 'part1 # part2' # comment#​475 <https://github.com/joke2k/django-environ/pull/475>_. - Added support for
interpolateparameter#​415 <https://github.com/joke2k/django-environ/pull/415>_.
Changed +++++++
- Used
mssql-djangoas engine for SQL Server#​446 <https://github.com/joke2k/django-environ/pull/446>_. - Changed handling bool values, stripping whitespace around value
#​475 <https://github.com/joke2k/django-environ/pull/475>_. - Use
importlib.util.find_spectoreplace pkgutil.find_loader#​482 <https://github.com/joke2k/django-environ/pull/482>_.
Removed +++++++
- Removed support of Python 3.5.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.