Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency python-dotenv to v0.21.1 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-dotenv ==0.10.3 -> ==0.21.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

theskumar/python-dotenv (python-dotenv)

v0.21.1

Compare Source

Added

Fixed

v0.21.0

Compare Source

Added

Fixed

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

v0.14.0

Compare Source

Changed

Fixed

v0.13.0

Compare Source

Added

  • Add support for a Bash-like default value in variable expansion (#​248 by [@​bbc2]).

v0.12.0

Compare Source

Changed

  • Use current working directory to find .env when bundled by PyInstaller (#​213 by
    [@​gergelyk]).

Fixed

v0.11.0

Compare Source

Added

  • Add interpolate argument to load_dotenv and dotenv_values to disable interpolation
    (#​232 by [@​ulyssessouza]).

Changed

Fixed

v0.10.5

Compare Source

Fixed

  • Fix handling of malformed lines and lines without a value (#​222 by [@​bbc2]):
    • Don't print warning when key has no value.
    • Reject more malformed lines (e.g. "A: B", "a='b',c").
  • Fix handling of lines with just a comment (#​224 by [@​bbc2]).

v0.10.4

Compare Source

Added


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from 86e52f3 to bc4e736 Compare October 28, 2020 18:17
@renovate renovate bot changed the title Update dependency python-dotenv to v0.14.0 Update dependency python-dotenv to v0.15.0 Oct 28, 2020
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from bc4e736 to 475691c Compare April 26, 2021 12:40
@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 475691c to b761243 Compare May 9, 2021 21:58
@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
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 9, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency python-dotenv to v0.17.1 Update dependency python-dotenv to v0.19.1 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from b761243 to 2fb48d5 Compare October 20, 2021 06:24
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from 2fb48d5 to e880bb5 Compare March 7, 2022 16:08
@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 e880bb5 to f743e88 Compare March 26, 2022 15:37
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from f743e88 to 9bc8810 Compare September 25, 2022 22:00
@renovate renovate bot changed the title Update dependency python-dotenv to v0.20.0 Update dependency python-dotenv to v0.21.0 Sep 25, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency python-dotenv to v0.21.0 Update dependency python-dotenv to v0.21.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/python-dotenv-0.x branch from 9bc8810 to b7fd522 Compare March 16, 2023 08:58
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants