Skip to content

Bump python-dotenv from 1.2.1 to 1.2.2 - #88

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/python-dotenv-1.2.2
Open

Bump python-dotenv from 1.2.1 to 1.2.2#88
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/uv/python-dotenv-1.2.2

Conversation

@dependabot

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

Copy link
Copy Markdown

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

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 21, 2026
@amrit110
amrit110 force-pushed the dependabot/uv/python-dotenv-1.2.2 branch from 0901efa to c70138e Compare June 11, 2026 02:05
@amrit110

Copy link
Copy Markdown
Member

Security Vulnerabilities — Partial Fix Applied, Some Unfixable

aieng-bot has applied all available security fixes to this PR. The following packages have been upgraded to address pip-audit findings:

✅ Fixed

Package Old Version New Version CVEs Fixed
pillow 12.1.1 ≥12.2.0 CVE-2026-42310
pymdown-extensions 10.18 ≥10.21.3 CVE-2026-46338
idna 3.11 ≥3.15 CVE-2026-45409
pip 26.0.1 ≥26.1 CVE-2026-3219, CVE-2026-6357
pytest 9.0.2 ≥9.0.3 CVE-2025-71176
urllib3 2.6.3 ≥2.7.0 PYSEC-2026-142, PYSEC-2026-141

❌ No Patch Available Yet

The following vulnerabilities cannot be auto-fixed because no fully-patched version has been released to PyPI:

Package Version Vulnerability Status
torch 2.9.1 PYSEC-2026-139 No fix available on PyPI
torch 2.9.1 CVE-2025-3000 No fix available on PyPI
torch 2.9.1 CVE-2025-3001 Fix: 2.10.0 (but still has 2 unfixable CVEs; risky major upgrade)
transformers 4.57.3 PYSEC-2025-217 No fix available on PyPI
transformers 4.57.3 CVE-2026-1839 Fix: 5.0.0rc3 (RC only; but still has 1 unfixable CVE)

Why this cannot be fully auto-merged

The vulnerabilities in torch (PYSEC-2026-139, CVE-2025-3000) and transformers (PYSEC-2025-217) have no fix version released to PyPI yet. Even bumping to the partially-fixed versions (torch 2.10.0, transformers 5.0.0rc3) would leave unfixable CVEs active and risks breaking compatibility (numpy<2.0.0 constraint, RC stability).

Recommended next steps

  1. Monitor the torch and transformers vulnerability advisories for complete patch releases
  2. Evaluate whether torch>=2.10.0 and transformers>=5.0.0rc3 can be safely adopted (human review required)
  3. Consider temporarily adding PYSEC-2026-139, CVE-2025-3000, PYSEC-2025-217 to the ignore-vulns list with a justification comment if these are deemed acceptable risks

This PR cannot be auto-merged until the remaining vulnerabilities are resolved.

Partial fixes applied by aieng-bot

dependabot Bot and others added 2 commits July 2, 2026 17:56
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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
- idna>=3.15 addresses CVE-2026-45409 (denial-of-service via long input)
- pip>=26.1 addresses CVE-2026-3219, CVE-2026-6357
- pytest>=9.0.3 addresses CVE-2025-71176 (tmp dir privilege escalation)
- urllib3>=2.7.0 addresses PYSEC-2026-142, PYSEC-2026-141

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
@amrit110
amrit110 force-pushed the dependabot/uv/python-dotenv-1.2.2 branch from 667b43a to 09d0edd Compare July 2, 2026 17:56
@amrit110

amrit110 commented Jul 2, 2026

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed merge_conflict failures - Modified 1 files - Executed 171 agent actions - (73 info, 45 tool_call, 9 error, 31 tool_result, 13 reasoning)

View detailed trace on dashboard | Raw trace

AI Engineering Maintenance Bot

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant