chore(deps): update dependency python-dotenv to v1.2.3 #424

Merged
renovate merged 1 commits from renovate/python-dotenv-1.x into main 2026-08-19 17:16:20 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
python-dotenv ==1.2.2==1.2.3 age confidence

Release Notes

theskumar/python-dotenv (python-dotenv)

v1.2.3

Compare Source

Fixed
  • Strip a leading UTF-8 BOM from .env file contents so the first variable is no longer silently lost when the file is saved with BOM (e.g. by some JetBrains IDEs on Windows) by [@​h1whelan] in [#​640]
  • set_key now escapes backslashes, so values containing them (Windows paths, regular expressions) survive a write/read round-trip. Quoted values ending in an escaped backslash are no longer mis-parsed as an escaped quote, which used to swallow the following lines by [@​dchaudhari7177] in [#​680]
  • dotenv run now prints a friendly error instead of a traceback when no command is given by [@​bbc2] in [#​606]
  • Cache the parsed result for empty .env files so repeated dotenv_values/load_dotenv calls no longer re-read the file by [@​ReinerBRO] in [#​638]

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 CLI.

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.2.2` → `==1.2.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/python-dotenv/1.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/python-dotenv/1.2.2/1.2.3?slim=true) | --- ### Release Notes <details> <summary>theskumar/python-dotenv (python-dotenv)</summary> ### [`v1.2.3`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#123---2026-08-16) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) ##### Fixed - Strip a leading UTF-8 BOM from `.env` file contents so the first variable is no longer silently lost when the file is saved with BOM (e.g. by some JetBrains IDEs on Windows) by \[[@&#8203;h1whelan](https://github.com/h1whelan)] in \[[#&#8203;640](https://github.com/theskumar/python-dotenv/issues/640)] - `set_key` now escapes backslashes, so values containing them (Windows paths, regular expressions) survive a write/read round-trip. Quoted values ending in an escaped backslash are no longer mis-parsed as an escaped quote, which used to swallow the following lines by \[[@&#8203;dchaudhari7177](https://github.com/dchaudhari7177)] in \[[#&#8203;680](https://github.com/theskumar/python-dotenv/issues/680)] - `dotenv run` now prints a friendly error instead of a traceback when no command is given by \[[@&#8203;bbc2](https://github.com/bbc2)] in \[[#&#8203;606](https://github.com/theskumar/python-dotenv/issues/606)] - Cache the parsed result for empty `.env` files so repeated `dotenv_values`/`load_dotenv` calls no longer re-read the file by \[[@&#8203;ReinerBRO](https://github.com/ReinerBRO)] in \[[#&#8203;638](https://github.com/theskumar/python-dotenv/issues/638)] </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-08-19 17:07:01 +00:00
chore(deps): update dependency python-dotenv to v1.2.3
robotframework / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
robotframework / build (pull_request) Successful in 5m44s
4f59702a5a
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-19 17:07:02 +00:00
renovate merged commit 96769d9647 into main 2026-08-19 17:16:20 +00:00
renovate deleted branch renovate/python-dotenv-1.x 2026-08-19 17:16:21 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/robotframework#424