Skip to content

Commit 5ef2100

Browse files
authored
chore(deps): update dependency django-environ to v0.7.0 (#6683)
[![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 <details> <summary>joke2k/django-environ</summary> ### [`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 `#&#8203;160 <https://github.com/joke2k/django-environ/issues/160>`\_. - Added Elasticsearch5 to search scheme `#&#8203;297 <https://github.com/joke2k/django-environ/pull/297>`\_. - Added Elasticsearch7 to search scheme `#&#8203;314 <https://github.com/joke2k/django-environ/issues/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()` `#&#8203;206 <https://github.com/joke2k/django-environ/pull/206>`\_. - Safely evaluate a string containing an invalid Python literal `#&#8203;200 <https://github.com/joke2k/django-environ/issues/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 `#&#8203;243 <https://github.com/joke2k/django-environ/issues/243>`\_. </details> --- ### 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. --- - [ ] <!-- rebase-check -->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).
1 parent 07d9711 commit 5ef2100

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==3.2.7
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.1
4-
django-environ==0.6.0
4+
django-environ==0.7.0
55
google-cloud-secret-manager==2.7.1
66
django-storages[google]==1.11.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django==3.2.7
2-
django-environ==0.6.0
2+
django-environ==0.7.0
33
psycopg2-binary==2.9.1
44
google-cloud-secret-manager==2.7.1

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==3.2.7
22
django-storages[google]==1.11.1
3-
django-environ==0.6.0
3+
django-environ==0.7.0
44
psycopg2-binary==2.9.1
55
gunicorn==20.1.0
66
google-cloud-secret-manager==2.7.1

0 commit comments

Comments
 (0)