Update dependency python-dotenv to ~=1.2.1 #176

Merged
renovate-bot merged 1 commit from renovate/python-dotenv-1.x into main 2026-02-17 21:01:20 -08:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
python-dotenv ~=1.0.1~=1.2.1 age confidence

Release Notes

theskumar/python-dotenv (python-dotenv)

v1.2.1

Compare Source

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in [#​586]

v1.2.0

Compare Source

v1.1.1

Compare Source

Fixed

v1.1.0

Compare Source

Feature

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling ([#​523]) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb ([#​553] by [@​randomseed42])

Misc

  • Drop support for Python 3.8

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [python-dotenv](https://github.com/theskumar/python-dotenv) | `~=1.0.1` → `~=1.2.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/python-dotenv/1.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/python-dotenv/1.0.1/1.2.1?slim=true) | --- ### Release Notes <details> <summary>theskumar/python-dotenv (python-dotenv)</summary> ### [`v1.2.1`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#121---2025-10-26) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v1.2.0...v1.2.1) - Move more config to `pyproject.toml`, removed `setup.cfg` - Add support for reading `.env` from FIFOs (Unix) by \[[@&#8203;sidharth-sudhir](https://github.com/sidharth-sudhir)] in \[[#&#8203;586](https://github.com/theskumar/python-dotenv/issues/586)] ### [`v1.2.0`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#120---2025-10-26) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.0) - Upgrade build system to use PEP 517 & PEP 518 to use `build` and `pyproject.toml` by \[[@&#8203;EpicWink](https://github.com/EpicWink)] in \[[#&#8203;583](https://github.com/theskumar/python-dotenv/issues/583)] - Add support for Python 3.14 by \[[@&#8203;23f3001135](https://github.com/23f3001135)] in [#&#8203;579](https://github.com/theskumar/python-dotenv/pull/563) - Add support for disabling of `load_dotenv()` using `PYTHON_DOTENV_DISABLED` env var. by \[[@&#8203;matthewfranglen](https://github.com/matthewfranglen)] in \[[#&#8203;569](https://github.com/theskumar/python-dotenv/issues/569)] ### [`v1.1.1`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#111---2025-06-24) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.1.1) ##### Fixed - CLI: Ensure `find_dotenv` work reliably on python 3.13 by \[[@&#8203;theskumar](https://github.com/theskumar)] in [#&#8203;563](https://github.com/theskumar/python-dotenv/pull/563) - CLI: revert the use of execvpe on Windows by \[[@&#8203;wrongontheinternet](https://github.com/wrongontheinternet)] in [#&#8203;566](https://github.com/theskumar/python-dotenv/pull/566) ### [`v1.1.0`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#110---2025-03-25) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0) **Feature** - Add support for python 3.13 - Enhance `dotenv run`, switch to `execvpe` for better resource management and signal handling (\[[#&#8203;523](https://github.com/theskumar/python-dotenv/issues/523)]) by \[[@&#8203;eekstunt](https://github.com/eekstunt)] **Fixed** - `find_dotenv` and `load_dotenv` now correctly looks up at the current directory when running in debugger or pdb (\[[#&#8203;553](https://github.com/theskumar/python-dotenv/issues/553)] by \[[@&#8203;randomseed42](https://github.com/randomseed42)]) **Misc** - Drop support for Python 3.8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNC4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-17 20:02:49 -08:00
renovate-bot force-pushed renovate/python-dotenv-1.x from 2b9ebc51c3 to 510d88f769 2026-02-17 21:01:01 -08:00 Compare
renovate-bot deleted branch renovate/python-dotenv-1.x 2026-02-17 21:01:26 -08:00
Sign in to join this conversation.
No reviewers
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
tyler/dailySummaryEmail!176
No description provided.