-
-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependency loguru to v0.6.0 - autoclosed #17
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
Closed
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/loguru-0.x
branch
from
September 20, 2020 08:12
3189137
to
7956da8
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency loguru to v0.5.2 (削除ここまで)
(追記) Update dependency loguru to v0.5.3 (追記ここまで)
Sep 20, 2020
@renovate
renovate
bot
force-pushed
the
renovate/loguru-0.x
branch
from
March 7, 2022 16:47
7956da8
to
9bf9e37
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency loguru to v0.5.3 (削除ここまで)
(追記) Update dependency loguru to v0.6.0 (追記ここまで)
Mar 7, 2022
@renovate
renovate
bot
changed the title
(削除) Update dependency loguru to v0.6.0 (削除ここまで)
(追記) Update dependency loguru to v0.6.0 - autoclosed (追記ここまで)
May 15, 2022
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.5.1
->==0.6.0
Release Notes
Delgan/loguru
v0.6.0
Compare Source
=====================
pickle.loads()
considered as a security vulnerability referenced asCVE-2022-0329 <https://nvd.nist.gov/vuln/detail/CVE-2022-0329>
_ (#​563 <https://github.com/Delgan/loguru/issues/563>
_).loop=None
and no event loop is running (due to internally usingasyncio.get_running_loop()
in place ofasyncio.get_event_loop()
).enqueue=True
ifloop=None
and no event loop is running.utf8
instead oflocale.getpreferredencoding()
(#​339 <https://github.com/Delgan/loguru/issues/339>
_).serialize=True
(#​575 <https://github.com/Delgan/loguru/pull/575>
, thanks@ponponon <https://github.com/ponponon>
).flake8
errors and improve code readability (#​353 <https://github.com/Delgan/loguru/issues/353>
, thanks@AndrewYakimets <https://github.com/AndrewYakimets>
).v0.5.3
Compare Source
=====================
enqueue=True
with third party library likeuwsgi
(#​309 <https://github.com/Delgan/loguru/issues/309>
, thanks@dstlmrk <https://github.com/dstlmrk>
).#​331 <https://github.com/Delgan/loguru/issues/331>
_).v0.5.2
Compare Source
=====================
AttributeError
within handlers usingserialize=True
when callinglogger.exception()
outside of the context of an exception (#​296 <https://github.com/Delgan/loguru/issues/296>
_).value
to a handler withenqueue=True
(#​298 <https://github.com/Delgan/loguru/issues/298>
_).__call__
method) used as sinks (#​294 <https://github.com/Delgan/loguru/pull/294>
, thanks@jessekrubin <https://github.com/jessekrubin>
).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.