Update dependency python-dotenv to v0.19.0 #26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/python-dotenv-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==0.18.0
->==0.19.0
Release Notes
theskumar/python-dotenv
v0.19.0
Compare Source
Changed
by [@bbc2]).
Added
dotenv_path
argument ofset_key
andunset_key
now has a type ofUnion[str, os.PathLike]
instead of justos.PathLike
(#347 by [@bbc2]).stream
argument ofload_dotenv
anddotenv_values
can now be a text stream(
IO[str]
), which includes values likeio.StringIO("foo")
andopen("file.env", "r")
(#348 by [@bbc2]).Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.