Skip to content

fix(deps): update dependency python-dotenv to v1.2.2#6047

Closed
renovate[bot] wants to merge 1 commit intochore/renovateBaseBranchfrom
renovate/python-dotenv-1.x
Closed

fix(deps): update dependency python-dotenv to v1.2.2#6047
renovate[bot] wants to merge 1 commit intochore/renovateBaseBranchfrom
renovate/python-dotenv-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 these updates 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 requested a review from a team as a code owner March 1, 2026 22:20
@renovate renovate bot requested review from Fluf22 and removed request for a team March 1, 2026 22:20
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 1, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: playground/python/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv app-qtpPDCNz-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.8.1) is not compatible with some of the required packages Python requirement:
  - python-dotenv requires Python >=3.10, so it will not be satisfied for Python >=3.8.1,<3.10

Because app depends on python-dotenv (1.2.2) which requires Python >=3.10, version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For python-dotenv, a possible solution would be to set the `python` property to ">=3.10"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


File name: tests/output/python/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv tests-B5ocwPMs-py3.14 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.8.1,<4.0.0) is not compatible with some of the required packages Python requirement:
  - python-dotenv requires Python >=3.10, so it will not be satisfied for Python >=3.8.1,<3.10

Because tests depends on python-dotenv (1.2.2) which requires Python >=3.10, version solving failed.

  * Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For python-dotenv, a possible solution would be to set the `python` property to ">=3.10,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers


@renovate renovate bot requested a review from MarioAlexandruDan March 1, 2026 22:20
@algolia-bot
Copy link
Copy Markdown
Collaborator

algolia-bot commented Mar 1, 2026

🪓 The generated code will be pushed at the end of the CI.

Action triggered by commit 0bfa6afd7b72f24a67d7dcd227485f4e6b2a8bcb.

Please do not push any generated code to this pull request.

@renovate renovate bot force-pushed the renovate/python-dotenv-1.x branch 19 times, most recently from d5933a7 to af9ba87 Compare March 8, 2026 02:18
@renovate renovate bot force-pushed the renovate/python-dotenv-1.x branch from af9ba87 to 155b762 Compare March 9, 2026 07:26
@Fluf22
Copy link
Copy Markdown
Collaborator

Fluf22 commented Mar 9, 2026

We need to support python 3.8

@Fluf22 Fluf22 closed this Mar 9, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 9, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (=1.2.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/python-dotenv-1.x branch March 9, 2026 10:44
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.

2 participants