-
Notifications
You must be signed in to change notification settings - Fork 11
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/python-dotenv-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
October 28, 2020 18:17
86e52f3
to
bc4e736
Compare
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
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
April 26, 2021 12:40
bc4e736
to
475691c
Compare
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
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
May 9, 2021 21:58
475691c
to
b761243
Compare
renovate
bot
changed the title
Update dependency python-dotenv to v0.17.0
Update dependency python-dotenv to v0.17.1
May 9, 2021
Kudos, SonarCloud Quality Gate passed! |
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
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
October 20, 2021 06:24
b761243
to
2fb48d5
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
March 7, 2022 16:08
2fb48d5
to
e880bb5
Compare
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
bot
changed the title
Update dependency python-dotenv to v0.19.2
Update dependency python-dotenv to v0.20.0
Mar 26, 2022
renovate
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
March 26, 2022 15:37
e880bb5
to
f743e88
Compare
Kudos, SonarCloud Quality Gate passed! |
renovate
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
September 25, 2022 22:00
f743e88
to
9bc8810
Compare
renovate
bot
changed the title
Update dependency python-dotenv to v0.20.0
Update dependency python-dotenv to v0.21.0
Sep 25, 2022
Kudos, SonarCloud Quality Gate passed! |
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
bot
force-pushed
the
renovate/python-dotenv-0.x
branch
from
March 16, 2023 08:58
9bc8810
to
b7fd522
Compare
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
==0.10.3
->==0.21.1
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
get
andlist
commands when env file can't be opened (#441 by [@bbc2])Fixed
magic
(#440 by [@bbc2])v0.21.0
Compare Source
Added
load_dotenv
function now returnsFalse
. (#388 by [@larsks])Fixed
open
instead ofio.open
. (#389 by [@rabinadk1])parse_it
to Related Projects (#410 by [@naorlivne])v0.20.0
Compare Source
Added
encoding
(Optional[str]
) parameter toget_key
,set_key
andunset_key
.(#379 by [@bbc2])
Fixed
entry_points
parameter ofsetuptools.setup
(#376 by[@mgorny]).
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]).v0.15.0
Compare Source
Added
--export
option toset
to make it prepend the binding withexport
(#270 by[@jadutter]).
Changed
set
command create the.env
file in the current directory if no.env
file wasfound (#270 by [@jadutter]).
Fixed
(#277 by [@bbc2], review by [@x-yuri]).
v0.14.0
Compare Source
Changed
[@elbehery95]).
Fixed
v0.13.0
Compare Source
Added
v0.12.0
Compare Source
Changed
.env
when bundled by PyInstaller (#213 by[@gergelyk]).
Fixed
set_key
(#236 by [@bbc2]).dotenv run
crashing on environment variables without values (#237 by [@yannham]).v0.11.0
Compare Source
Added
interpolate
argument toload_dotenv
anddotenv_values
to disable interpolation(#232 by [@ulyssessouza]).
Changed
Fixed
v0.10.5
Compare Source
Fixed
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.
This PR was generated by Mend Renovate. View the repository job log.