Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

theskumar/python-dotenv

v0.20.0

Compare Source

Added
  • Add encoding (Optional[str]) parameter to get_key, set_key and unset_key.
    (#​379 by [@​bbc2])
Fixed

v0.19.2

Compare Source

Fixed
  • In set_key, add missing newline character before new entry if necessary. (#​361 by
    [@​bbc2])

v0.19.1

Compare Source

Added

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

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
  • Make dotenv get <key> only show the value, not key=value (#​313 by [@​bbc2]).
Added

v0.16.0

Compare Source

Changed
  • The default value of the encoding parameter for load_dotenv and dotenv_values is
    now "utf-8" instead of None (#​306 by [@​bbc2]).
  • Fix resolution order in variable expansion with override=False (#​287 by [@​bbc2]).

v0.15.0

Compare Source

Added
  • Add --export option to set to make it prepend the binding with export (#​270 by
    [@​jadutter]).
Changed
  • Make set command create the .env file in the current directory if no .env file was
    found (#​270 by [@​jadutter]).
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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from d5f910f to 42d96c4 Compare April 26, 2021 12:43
@renovate renovate bot changed the title Update dependency python-dotenv to v0.15.0 Update dependency python-dotenv to v0.17.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from 42d96c4 to 4853a18 Compare May 9, 2021 22:04
@renovate renovate bot changed the title Update dependency python-dotenv to v0.17.0 Update dependency python-dotenv to v0.17.1 May 9, 2021
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from 4853a18 to dd1e013 Compare October 19, 2021 02:37
@renovate renovate bot changed the title Update dependency python-dotenv to v0.17.1 Update dependency python-dotenv to v0.19.1 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from dd1e013 to 217cf8f Compare March 7, 2022 16:47
@renovate renovate bot changed the title Update dependency python-dotenv to v0.19.1 Update dependency python-dotenv to v0.19.2 Mar 7, 2022
@renovate renovate bot changed the title Update dependency python-dotenv to v0.19.2 Update dependency python-dotenv to v0.20.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from 217cf8f to d5d4629 Compare March 26, 2022 15:16
@renovate renovate bot changed the title Update dependency python-dotenv to v0.20.0 Update dependency python-dotenv to v0.20.0 - autoclosed May 15, 2022
@renovate renovate bot closed this May 15, 2022
@renovate renovate bot deleted the renovate/python-dotenv-0.x branch May 15, 2022 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants