Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-dotenv-1.x-lockfile
Open

chore(deps): update dependency python-dotenv to v1.2.2#18
renovate[bot] wants to merge 1 commit intomainfrom
renovate/python-dotenv-1.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Confidence
python-dotenv 1.0.01.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.

v1.2.1

Compare Source

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

v1.2.0

Compare Source

v1.1.1

Compare Source

Fixed

v1.1.0

Compare Source

Feature

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling ([#​523]) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb ([#​553] by [@​randomseed42])

Misc

  • Drop support for Python 3.8

v1.0.1

Compare Source

Fixed

Misc


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 becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (bc5fe49) to head (d504d28).

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #18   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          1       1           
  Lines          2       2           
=====================================
  Misses         2       2           
Flag Coverage Δ
0.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/python-dotenv-1.x-lockfile branch from d504d28 to 735193e Compare March 26, 2025 23:44
@renovate renovate bot changed the title fix(deps): update dependency python-dotenv to v1.0.1 fix(deps): update dependency python-dotenv to v1.1.0 Mar 26, 2025
@renovate renovate bot changed the title fix(deps): update dependency python-dotenv to v1.1.0 fix(deps): update dependency python-dotenv to v1.1.1 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/python-dotenv-1.x-lockfile branch from 735193e to a574de9 Compare June 28, 2025 08:12
@renovate renovate bot changed the title fix(deps): update dependency python-dotenv to v1.1.1 chore(deps): update dependency python-dotenv to v1.1.1 Sep 26, 2025
@renovate renovate bot changed the title chore(deps): update dependency python-dotenv to v1.1.1 chore(deps): update dependency python-dotenv to v1.2.1 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/python-dotenv-1.x-lockfile branch from a574de9 to 12fde22 Compare November 1, 2025 16:04
@renovate renovate bot changed the title chore(deps): update dependency python-dotenv to v1.2.1 chore(deps): update dependency python-dotenv to v1.2.2 Mar 2, 2026
@renovate renovate bot force-pushed the renovate/python-dotenv-1.x-lockfile branch from 12fde22 to 58b6cf4 Compare March 2, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants