jira-database-etl icon indicating copy to clipboard operation
jira-database-etl copied to clipboard

Update dependency python-dotenv to v0.19.1

Open renovate[bot] opened this issue 5 years ago • 0 comments

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-dotenv ==0.14.0 -> ==0.19.1 age adoption passing confidence

Release Notes

theskumar/python-dotenv

v0.19.1

Compare Source

Added

v0.19.0

Compare Source

Changed
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]).

v0.18.0

Compare Source

Changed
  • Raise ValueError if quote_mode isn't one of always, auto or never in set_key (#​330 by [@​bbc2]).
  • When writing a value to a .env file with set_key or dotenv set <key> <value> (#​330 by [@​bbc2]):
    • Use single quotes instead of double quotes.
    • Don't strip surrounding quotes.
    • In auto mode, don't add quotes if the value is only made of alphanumeric characters (as determined by string.isalnum).

v0.17.1

Compare Source

Fixed

v0.17.0

Compare Source

Changed
Added

v0.16.0

Compare Source

Changed

v0.15.0

Compare Source

Added
Changed
Fixed

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 WhiteSource Renovate. View repository job log here.

renovate[bot] avatar Nov 28 '20 06:11 renovate[bot]