From 5ef2100c8c6975ac1a917e2ad1d10a3876bfada7 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 15 Sep 2021 00:46:11 +0200 Subject: [PATCH] chore(deps): update dependency django-environ to v0.7.0 (#6683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [django-environ](https://django-environ.readthedocs.org) ([source](https://togithub.com/joke2k/django-environ), [changelog](https://django-environ.readthedocs.org/en/latest/changelog.html)) | `==0.6.0` -> `==0.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/django-environ/0.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/django-environ/0.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/django-environ/0.7.0/compatibility-slim/0.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/django-environ/0.7.0/confidence-slim/0.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
joke2k/django-environ ### [`v0.7.0`](https://togithub.com/joke2k/django-environ/blob/master/CHANGELOG.rst#v070---11-September-2021) [Compare Source](https://togithub.com/joke2k/django-environ/compare/v0.6.0...v0.7.0) Added \+++++ - Added support for negative float strings `#​160 `\_. - Added Elasticsearch5 to search scheme `#​297 `\_. - Added Elasticsearch7 to search scheme `#​314 `\_. - Added the ability to use `bytes` or `str` as a default value for `Env.bytes()`. Fixed \+++++ - Fixed links in the documentation. - Use default option in `Env.bytes()` `#​206 `\_. - Safely evaluate a string containing an invalid Python literal `#​200 `\_. Changed \+++++++ - Added 'Funding' and 'Say Thanks!' project urls on pypi. - Stop raising `UserWarning` if `.env` file isn't found. Log a message with `INFO` log level instead `#​243 `\_.
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). --- appengine/flexible/django_cloudsql/requirements.txt | 2 +- appengine/standard_python3/django/requirements.txt | 2 +- run/django/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 9a0c5b1bc90d..5beb8a6f4c0c 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,6 +1,6 @@ Django==3.2.7 gunicorn==20.1.0 psycopg2-binary==2.9.1 -django-environ==0.6.0 +django-environ==0.7.0 google-cloud-secret-manager==2.7.1 django-storages[google]==1.11.1 \ No newline at end of file diff --git a/appengine/standard_python3/django/requirements.txt b/appengine/standard_python3/django/requirements.txt index 30b437bc9a9e..598f408ec9d8 100644 --- a/appengine/standard_python3/django/requirements.txt +++ b/appengine/standard_python3/django/requirements.txt @@ -1,4 +1,4 @@ Django==3.2.7 -django-environ==0.6.0 +django-environ==0.7.0 psycopg2-binary==2.9.1 google-cloud-secret-manager==2.7.1 \ No newline at end of file diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 1e4bad0f798d..ddce515354b7 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,6 +1,6 @@ Django==3.2.7 django-storages[google]==1.11.1 -django-environ==0.6.0 +django-environ==0.7.0 psycopg2-binary==2.9.1 gunicorn==20.1.0 google-cloud-secret-manager==2.7.1