Skip to content

chore(deps): update dependency python-dotenv to v1.2.2#352

Merged
rclement merged 1 commit intomainfrom
renovate/python-dotenv-1.x
Mar 2, 2026
Merged

chore(deps): update dependency python-dotenv to v1.2.2#352
rclement merged 1 commit intomainfrom
renovate/python-dotenv-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
python-dotenv ==1.2.1==1.2.2 age confidence

Release Notes

theskumar/python-dotenv (python-dotenv)

v1.2.2

Compare Source

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 [#​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 #​790c5
  • 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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 1, 2026
@renovate renovate bot requested a review from rclement March 1, 2026 20:39
@renovate renovate bot temporarily deployed to preview/renovate-python-dotenv-1-x March 1, 2026 20:39 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

Code coverage report

Name Stmts Miss Branch BrPart Cover Missing
business_card_generator/__about__.py 8 0 0 0 100%
business_card_generator/__init__.py 0 0 0 0 100%
business_card_generator/app.py 97 0 18 0 100%
business_card_generator/card.py 57 0 0 0 100%
business_card_generator/settings.py 4 0 0 0 100%
business_card_generator/wsgi.py 2 0 0 0 100%
tests/__init__.py 0 0 0 0 100%
tests/conftest.py 19 0 0 0 100%
tests/test_app.py 162 0 4 0 100%
tests/test_settings.py 14 0 0 0 100%
tests/test_wsgi.py 3 0 0 0 100%
TOTAL 366 0 22 0 100%

Diff Coverage

Diff: origin/main..HEAD

No lines with coverage information in this diff.

@rclement rclement merged commit f92fc23 into main Mar 2, 2026
5 checks passed
@rclement rclement deleted the renovate/python-dotenv-1.x branch March 2, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant