Skip to content

chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /envs/snake_env#604

Merged
burtenshaw merged 1 commit into
mainfrom
dependabot/uv/envs/snake_env/python-dotenv-1.2.2
May 6, 2026
Merged

chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /envs/snake_env#604
burtenshaw merged 1 commit into
mainfrom
dependabot/uv/envs/snake_env/python-dotenv-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Contributor

Bumps python-dotenv from 1.2.1 to 1.2.2.

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.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added Dependencies python:uv Pull requests that update python:uv code labels Apr 21, 2026
@greptile-apps

greptile-apps Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

No reviewable files after applying ignore patterns.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Apr 21, 2026

@Darktex Darktex left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Note: This is an automated review by Claude Code, not a human review.


Alignment Review Report

Automated Checks

  • Lint: FAIL (pre-existing, unrelated) — failing files are in envs/carla_env/ and src/openenv/core/containers/, not touched by this PR
  • Debug code: FOUND (pre-existing, unrelated) — print statements in src/openenv/core/containers/test_local_docker_provider.py and a TODO in CLI code; none in the changed file

Tier 1: Fixes Required

None in this PR's changed files.

Dependency Bump Verification

  • Scope: Lock-file only — envs/snake_env/uv.lock (+3/-3 lines). No pyproject.toml or source code changes.
  • Version delta: 1.2.11.2.2 (patch-level per SemVer).
  • Hash integrity: sdist and wheel URLs, hashes, and sizes all updated consistently with the stated PyPI release.
  • Upstream breaking changes: The 1.2.2 release notes two behavioral changes in set_key/unset_key (symlink following and file-mode preservation). These affect the write API. snake_env uses python-dotenv only for load_dotenv (read path); the breaking changes are not in scope.

Tier 2: Alignment Discussion

None identified. This change is isolated to a dependency lock file for a single environment and does not touch any OpenEnv architectural boundary.

Summary

  • 0 mechanical issues to fix in this PR
  • 0 alignment points for human review

Safe to merge.


Automated review by Claude Code | Learn more

@Darktex Darktex left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Note: This is an automated review by Claude Code, not a human review.


Alignment Review Report

Automated Checks

  • Lint: FAIL - pre-existing formatting issues in envs/carla_env/ and src/openenv/ are unrelated to this PR; snake_env is clean
  • Debug code: pre-existing print statements in src/openenv/auto/_discovery.py and a TODO in src/openenv/cli/; none introduced by this PR

Tier 1: Fixes Required

None introduced by this PR.

Tier 2: Alignment Discussion

None identified. The change is limited to envs/snake_env/uv.lock - a 3-line addition and 3-line deletion updating the python-dotenv version string, sdist hash/URL, and wheel hash/URL. No source code, no API surface, no architectural impact.

Summary

Patch bump of python-dotenv 1.2.1 -> 1.2.2 in the snake_env lock file only. The upstream release includes a symlink behavior fix for set_key/unset_key and Python 3.14 support; no breaking changes affect OpenEnv's usage pattern (load-only). Safe to merge.


Automated review by Claude Code | Learn more

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.2.
- [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.1...v1.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@burtenshaw burtenshaw force-pushed the dependabot/uv/envs/snake_env/python-dotenv-1.2.2 branch from 46ea2e9 to 396195c Compare May 6, 2026 08:35
@burtenshaw burtenshaw merged commit 181a562 into main May 6, 2026
12 checks passed
@burtenshaw burtenshaw deleted the dependabot/uv/envs/snake_env/python-dotenv-1.2.2 branch May 6, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. Dependencies python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants