Skip to content

Commit e296ba7

Browse files
authored
chore(deps): update dependency python-dotenv to v1.2.1 (#414)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [python-dotenv](https://redirect.github.com/theskumar/python-dotenv) | dependency-groups | minor | `==1.1.1` -> `==1.2.1` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/theskumar/python-dotenv/badge)](https://securityscorecards.dev/viewer/?uri=github.com/theskumar/python-dotenv) | --- ### Release Notes <details> <summary>theskumar/python-dotenv (python-dotenv)</summary> ### [`v1.2.1`](https://redirect.github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#121---2025-10-26) [Compare Source](https://redirect.github.com/theskumar/python-dotenv/compare/v1.2.0...v1.2.1) - Move more config to `pyproject.toml`, removed `setup.cfg` - Add support for reading `.env` from FIFOs (Unix) by \[[@&#8203;sidharth-sudhir](https://redirect.github.com/sidharth-sudhir)] in \[[#&#8203;586](https://redirect.github.com/theskumar/python-dotenv/issues/586)] ### [`v1.2.0`](https://redirect.github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#120---2025-10-26) [Compare Source](https://redirect.github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.0) - Upgrade build system to use PEP 517 & PEP 518 to use `build` and `pyproject.toml` by \[[@&#8203;EpicWink](https://redirect.github.com/EpicWink)] in \[[#&#8203;583](https://redirect.github.com/theskumar/python-dotenv/issues/583)] - Add support for Python 3.14 by \[[@&#8203;23f3001135](https://redirect.github.com/23f3001135)] in [#&#8203;579](https://redirect.github.com/theskumar/python-dotenv/pull/563) - Add support for disabling of `load_dotenv()` using `PYTHON_DOTENV_DISABLED` env var. by \[[@&#8203;matthewfranglen](https://redirect.github.com/matthewfranglen)] in \[[#&#8203;569](https://redirect.github.com/theskumar/python-dotenv/issues/569)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 0fde2de commit e296ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"ruff==0.8.6",
5656
"pre-commit==4.5.1; python_full_version >= '3.9'",
5757
"liccheck==0.9.2",
58-
"python-dotenv==1.1.1",
58+
"python-dotenv==1.2.1",
5959
"tox==4.31.0 ; python_full_version >= '3.10'",
6060
"tox<4.31.0 ; python_full_version < '3.10'",
6161
"django-debug-toolbar==5.2.0",

0 commit comments

Comments
 (0)