Skip to content

Update python-dotenv requirement from >=1.0.0 to >=1.2.2#10

Merged
Scottcjn merged 1 commit into
mainfrom
dependabot/pip/python-dotenv-gte-1.2.2
May 18, 2026
Merged

Update python-dotenv requirement from >=1.0.0 to >=1.2.2#10
Scottcjn merged 1 commit into
mainfrom
dependabot/pip/python-dotenv-gte-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on python-dotenv to permit the latest version.

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

[1.2.1] - 2025-10-26

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

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 15, 2026

@kekehanshujun kekehanshujun left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I validated the python-dotenv>=1.2.2 requirement bump in the temporary review venv and reran the repository's Python tests that cover schema/signing/x402 behavior.

Validation on PR head 21d424e3dba489239a5a5042152b6ca3e81f7dfb:

  • .venv-review\Scripts\python.exe -m pip install -r requirements.txt pytest -> confirmed python-dotenv 1.2.2
  • .venv-review\Scripts\python.exe -m py_compile over repository Python files -> passed
  • .venv-review\Scripts\python.exe -m pytest shared/test_audit_envelope.py tests/test_schemas.py tests/test_x402.py -q --tb=short -> 41 passed

No blocking issues found.

@BossChaos

Copy link
Copy Markdown

Code Review — Bounty #73

PR: Update python-dotenv requirement from >=1.0.0 to >=1.2.2 by @dependabot[bot]

  • ✅ Code review

Wallet: 0xdaE5d307339074A24F579dB48e7c639359D94904

Reviewing under Bounty #73

1 similar comment
@BossChaos

Copy link
Copy Markdown

Code Review — Bounty #73

PR: Update python-dotenv requirement from >=1.0.0 to >=1.2.2 by @dependabot[bot]

  • ✅ Code review

Wallet: 0xdaE5d307339074A24F579dB48e7c639359D94904

Reviewing under Bounty #73

Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version.
- [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.0.0...v1.2.2)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/python-dotenv-gte-1.2.2 branch from 21d424e to 9ed12e6 Compare May 18, 2026 14:20
@Scottcjn Scottcjn merged commit 5d27b4d into main May 18, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/pip/python-dotenv-gte-1.2.2 branch May 18, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants