Skip to content

Update dependency python-dotenv to v1.2.3 - #38

Merged
jkalayan merged 1 commit into
mainfrom
renovate/python-dotenv-1.x
Aug 25, 2026
Merged

Update dependency python-dotenv to v1.2.3#38
jkalayan merged 1 commit into
mainfrom
renovate/python-dotenv-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

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
    • Between 08:00 AM and 08:59 AM, Monday through Friday (* 8 * * 1-5)
  • 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 was generated by Mend Renovate. View the repository job log.

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 32704875594

Coverage remained the same at 88.725%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 541
Covered Lines: 480
Line Coverage: 88.72%
Coverage Strength: 7.99 hits per line

💛 - Coveralls

@jkalayan
jkalayan merged commit 746d4f8 into main Aug 25, 2026
12 checks passed
@renovate
renovate Bot deleted the renovate/python-dotenv-1.x branch August 25, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants