jira-database-etl
jira-database-etl copied to clipboard
Update dependency python-dotenv to v0.19.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| python-dotenv | ==0.14.0 -> ==0.19.1 |
Release Notes
theskumar/python-dotenv
v0.19.1
Added
- Add support for Python 3.10. (#​359 by [@​theskumar])
v0.19.0
Changed
- Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. (#​341 by [@​bbc2]).
Added
- The
dotenv_pathargument ofset_keyandunset_keynow has a type ofUnion[str, os.PathLike]instead of justos.PathLike(#​347 by [@​bbc2]). - The
streamargument ofload_dotenvanddotenv_valuescan now be a text stream (IO[str]), which includes values likeio.StringIO("foo")andopen("file.env", "r")(#​348 by [@​bbc2]).
v0.18.0
Changed
- Raise
ValueErrorifquote_modeisn't one ofalways,autoorneverinset_key(#​330 by [@​bbc2]). - When writing a value to a .env file with
set_keyordotenv set <key> <value>(#​330 by [@​bbc2]):- Use single quotes instead of double quotes.
- Don't strip surrounding quotes.
- In
automode, don't add quotes if the value is only made of alphanumeric characters (as determined bystring.isalnum).
v0.17.1
Fixed
- Fixed tests for build environments relying on
PYTHONPATH(#​318 by [@​befeleme]).
v0.17.0
Changed
Added
v0.16.0
Changed
- The default value of the
encodingparameter forload_dotenvanddotenv_valuesis now"utf-8"instead ofNone(#​306 by [@​bbc2]). - Fix resolution order in variable expansion with
override=False(#​287 by [@​bbc2]).
v0.15.0
Added
- Add
--exportoption tosetto make it prepend the binding withexport(#​270 by [@​jadutter]).
Changed
- Make
setcommand create the.envfile in the current directory if no.envfile was found (#​270 by [@​jadutter]).
Fixed
- Fix potentially empty expanded value for duplicate key (#​260 by [@​bbc2]).
- Fix import error on Python 3.5.0 and 3.5.1 (#​267 by [@​gongqingkui]).
- Fix parsing of unquoted values containing several adjacent space or tab characters (#​277 by [@​bbc2], review by [@​x-yuri]).
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.