Update dependency django-environ to >=0.14.0 #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/django-environ-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
>=0.13.0→>=0.14.0Release Notes
joke2k/django-environ (django-environ)
v0.14.0Compare Source
django-environ 0.14.0 improves type annotations across
Envand updatesEnv.read_env()to support caller-owned file-like objects without closing them.This is the final django-environ release supporting Python 3.9.
Added
Envmethods.typing_extensionsdependency providingTypeAliason Python 3.9.Changed
Env.read_env()now accepts path-like and file-like objects without closing file-like objects supplied by the caller.Fixed
Env.read_env()now raises an explicit error when it cannot determine the caller frame used to resolve the default.envpath.Full changelog: https://github.com/joke2k/django-environ/compare/v0.13.0...v0.14.0
PyPI: https://pypi.org/project/django-environ/0.14.0/
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.