Update dependency django-environ to >=0.14.0 #13

Merged
fzorb merged 1 commit from renovate/django-environ-0.x into master 2026-06-26 08:23:17 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
django-environ (source, changelog) >=0.13.0>=0.14.0 age confidence

Release Notes

joke2k/django-environ (django-environ)

v0.14.0

Compare Source

django-environ 0.14.0 improves type annotations across Env and updates Env.read_env() to support caller-owned file-like objects without closing them.

This is the final django-environ release supporting Python 3.9.

Added

  • Type annotations and matching docstring information for Env methods.
  • A conditional typing_extensions dependency providing TypeAlias on 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 .env path.

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)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [django-environ](https://django-environ.readthedocs.org) ([source](https://github.com/joke2k/django-environ), [changelog](https://django-environ.readthedocs.org/en/latest/changelog.html)) | `>=0.13.0` → `>=0.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/django-environ/0.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/django-environ/0.13.0/0.14.0?slim=true) | --- ### Release Notes <details> <summary>joke2k/django-environ (django-environ)</summary> ### [`v0.14.0`](https://github.com/joke2k/django-environ/releases/tag/v0.14.0) [Compare Source](https://github.com/joke2k/django-environ/compare/v0.13.0...v0.14.0) django-environ 0.14.0 improves type annotations across `Env` and updates `Env.read_env()` to support caller-owned file-like objects without closing them. This is the final django-environ release supporting Python 3.9. #### Added - Type annotations and matching docstring information for `Env` methods. - A conditional `typing_extensions` dependency providing `TypeAlias` on 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 `.env` path. 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/> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
fzorb merged commit 066f198a8c into master 2026-06-26 08:23:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
16px.eu/fukkireta!13
No description provided.