Update dependency python-dotenv to v0.19.0 #26

Merged
Xefir merged 1 commits from renovate/python-dotenv-0.x into master 2021-07-26 06:24:24 +00:00
Owner

This PR contains the following updates:

Package Update Change
python-dotenv minor ==0.18.0 -> ==0.19.0

Release Notes

theskumar/python-dotenv

v0.19.0

Compare Source

Changed
  • Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. (#​341
    by [@​bbc2]).
Added
  • The dotenv_path argument of set_key and unset_key now has a type of Union[str, os.PathLike] instead of just os.PathLike (#​347 by [@​bbc2]).
  • The stream argument of load_dotenv and dotenv_values can now be a text stream
    (IO[str]), which includes values like io.StringIO("foo") and open("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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python-dotenv](https://github.com/theskumar/python-dotenv) | minor | `==0.18.0` -> `==0.19.0` | --- ### Release Notes <details> <summary>theskumar/python-dotenv</summary> ### [`v0.19.0`](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md#&#8203;0190---2021-07-24) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0) ##### Changed - Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. ([#&#8203;341](https://github.com/theskumar/python-dotenv/issues/341) by \[[@&#8203;bbc2](https://github.com/bbc2)]). ##### Added - The `dotenv_path` argument of `set_key` and `unset_key` now has a type of `Union[str, os.PathLike]` instead of just `os.PathLike` ([#&#8203;347](https://github.com/theskumar/python-dotenv/issues/347) by \[[@&#8203;bbc2](https://github.com/bbc2)]). - The `stream` argument of `load_dotenv` and `dotenv_values` can now be a text stream (`IO[str]`), which includes values like `io.StringIO("foo")` and `open("file.env", "r")` ([#&#8203;348](https://github.com/theskumar/python-dotenv/issues/348) by \[[@&#8203;bbc2](https://github.com/bbc2)]). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Xefir added 1 commit 2021-07-25 00:28:24 +00:00
Update dependency python-dotenv to v0.19.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
9443351130
Xefir merged commit ff60da27e9 into master 2021-07-26 06:24:24 +00:00
Xefir deleted branch renovate/python-dotenv-0.x 2021-07-26 06:24:30 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/PyNyaaTa#26
No description provided.