Skip to content

build(deps): bump python-dotenv from 1.2.2 to 1.2.3 in /pydantic-ai - #197

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/pydantic-ai/python-dotenv-1.2.3
Aug 21, 2026
Merged

build(deps): bump python-dotenv from 1.2.2 to 1.2.3 in /pydantic-ai#197
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/pydantic-ai/python-dotenv-1.2.3

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps python-dotenv from 1.2.2 to 1.2.3.

Release notes

Sourced from python-dotenv's releases.

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 [@​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
Changelog

Sourced from python-dotenv's changelog.

[1.2.3] - 2026-08-16

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
Commits
  • 49515af Bump version: 1.2.2 → 1.2.3
  • 8ac846f chore: add release runbook (RELEASING.md) and make release target
  • bb31c94 docs: add 1.2.3 release notes (#606, #638, #680)
  • f7b18d9 fix: round-trip backslashes through set_key (#680)
  • 751f8c1 ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions gro...
  • f1937b6 chore(deps): update mkdocs-include-markdown-plugin requirement from >=6.0.0 t...
  • 45b9372 chore(deps): update pytest requirement from >=3.9 to >=9.0.3 (#653)
  • 72896e9 docs: fix broken mkdocs link in CONTRIBUTING.md (#636)
  • 72754a1 ci(deps): bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 in the github-a...
  • 078325e ci(security): harden CI/CD supply chain with SHA pinning and least-privilege ...
  • Additional commits viewable in compare view

@dependabotdependabotBot added dependencies Pull requests that update a dependency file pip labels Aug 21, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerAugust 21, 2026 08:07
@dependabotdependabotBot added dependencies Pull requests that update a dependency file pip labels Aug 21, 2026
@github-actions
github-actionsBot enabled auto-merge (squash) August 21, 2026 08:07
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from b2d06bc to 1d9d71eCompareAugust 21, 2026 08:12
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch 2 times, most recently from 658ffff to a28bc52CompareAugust 21, 2026 08:16
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from a28bc52 to 22d5e1eCompareAugust 21, 2026 08:19
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from 22d5e1e to e5297dcCompareAugust 21, 2026 08:21
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from e5297dc to dcb0ab1CompareAugust 21, 2026 08:24
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from dcb0ab1 to 75b7bc4CompareAugust 21, 2026 08:26
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from 75b7bc4 to 89de881CompareAugust 21, 2026 08:29
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from 89de881 to 0b74717CompareAugust 21, 2026 08:31
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.2...v1.2.3)
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-version: 1.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch from 0b74717 to ea1f51cCompareAugust 21, 2026 08:33
@github-actions
github-actionsBot merged commit 3b6c06c into mainAug 21, 2026
8 checks passed
@dependabot
dependabotBot deleted the dependabot/pip/pydantic-ai/python-dotenv-1.2.3 branch August 21, 2026 08:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filepip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants