fix(deps): update dependency python-dotenv to v1.2.3 - autoclosed - #598
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update dependency python-dotenv to v1.2.3 - autoclosed#598renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
yusuke0610 added a commit
that referenced
this pull request
Aug 23, 2026
* chore(deps): Renovate PR 7 本の依存更新をまとめて取り込む - python-dotenv 1.2.2→1.2.3 / sqlalchemy 2.0.51→2.0.52 / uvicorn[standard] 0.52.1→0.52.4 / anthropic[vertex] 0.121.0→0.125.0 / google-cloud-tasks 2.23.0→2.24.0(#598-#602) - backend/Dockerfile の nixos/nix を 2.35.2 へ、compose の libsql-server digest を更新(#596#597) - requires-python を Renovate の更新対象から除外(#595 の pin は uv2nix が nixpkgs の Python 実バージョンとの一致を assert するため Nix build を壊す) - uv.lock / THIRD_PARTY_LICENSES.md を再生成(既存分の drift も解消) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * docs(adr): ADR-0014 の追記ブロックの空行を除去する markdownlint MD028(ブロック引用内の空行)を解消。空行の代わりに `>` 行で 2 つの追記を段落分けする。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.2.2→==1.2.3Release Notes
theskumar/python-dotenv (python-dotenv)
v1.2.3Compare Source
Fixed
.envfile 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_keynow 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 runnow prints a friendly error instead of a traceback when no command is given by [@bbc2] in [#606].envfiles so repeateddotenv_values/load_dotenvcalls no longer re-read the file by [@ReinerBRO] in [#638]Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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 was generated by Mend Renovate. View the repository job log.