-
-
Notifications
You must be signed in to change notification settings - Fork 157
Update dependency python-dotenv to v0.19.2 #92
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
October 9, 2021 08:40
d8a13f9
to
9294c46
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency python-dotenv to v0.19.0 (削除ここまで)
(追記) Update dependency python-dotenv to v0.19.1 (追記ここまで)
Oct 9, 2021
@renovate
renovate
bot
changed the title
(削除) Update dependency python-dotenv to v0.19.1 (削除ここまで)
(追記) Update dependency python-dotenv to v0.19.2 (追記ここまで)
Nov 11, 2021
@renovate
renovate
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
November 11, 2021 14:12
9294c46
to
fe9e9f9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
WhiteSource Renovate
This PR contains the following updates:
==0.15.0
->==0.19.2
Release Notes
theskumar/python-dotenv
v0.19.2
Compare Source
Fixed
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
by [@bbc2]).
Added
dotenv_path
argument ofset_key
andunset_key
now has a type ofUnion[str, os.PathLike]
instead of justos.PathLike
(#347 by [@bbc2]).stream
argument ofload_dotenv
anddotenv_values
can now be a text stream(
IO[str]
), which includes values likeio.StringIO("foo")
andopen("file.env", "r")
(#348 by [@bbc2]).v0.18.0
Compare Source
Changed
ValueError
ifquote_mode
isn't one ofalways
,auto
ornever
inset_key
(#330 by [@bbc2]).set_key
ordotenv set <key> <value>
(#330by [@bbc2]):
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
PYTHONPATH
(#318 by [@befeleme]).v0.17.0
Compare Source
Changed
dotenv get <key>
only show the value, notkey=value
(#313 by [@bbc2]).Added
--override
/--no-override
option todotenv run
(#312 by [@zueve] and [@bbc2]).v0.16.0
Compare Source
Changed
encoding
parameter forload_dotenv
anddotenv_values
isnow
"utf-8"
instead ofNone
(#306 by [@bbc2]).override=False
(#287 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.