Skip to content

fix(deps): update dependency typed-dotenv to v2

Renovate requested to merge renovate/typed-dotenv-2.x into main

This MR contains the following updates:

Package Type Update Change
typed-dotenv dependencies major ^1.0.1 -> ^2.0.0

Release Notes

ewen-lbh/python-typed-dotenv (typed-dotenv)

v2.0.2

Compare Source

Fixed
  • Improve error message with load_into() when a environment variable is missing, instead of getting a KeyError, pydantic validation will fail on a None value

v2.0.1

Compare Source

Fixed
  • Some debuggin print statements slipped through, they were removed

v2.0.0

Compare Source

Breaking changes
  • Dropped support for Python 3.6 and 3.7
Added
  • Ability to pass None as a filename to load_into(), to get the environment variables directly from the system environment
Meta
  • Switch from pylint, black and isort to ruff

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading