[PR #95] [MERGED] Update dependency loguru to ^0.7.0 #121
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#121
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/95
Author: @renovate[bot]
Created: 4/10/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @renovate[bot]
Base:
master← Head:renovate/loguru-0.x📝 Commits (1)
01ba539Update dependency loguru to ^0.7.0📊 Changes
2 files changed (+6 additions, -6 deletions)
View changed files
📝
poetry.lock(+5 -5)📝
pyproject.toml(+1 -1)📄 Description
This PR contains the following updates:
^0.6.0->^0.7.0Release Notes
Delgan/loguru
v0.7.0Compare Source
=====================
InterceptHandlerrecipe to make it compatible with Python 3.11 (#​654 <https://github.com/Delgan/loguru/issues/654>_).watchoptional argument to file sinks in order to automatically re-create possibly deleted or changed file (#​471 <https://github.com/Delgan/loguru/issues/471>_).patch()calls cumulative instead of overriding the possibly existing patching function (#​462 <https://github.com/Delgan/loguru/issues/462>_).enqueue=Trueandcatch=Falsestill process logged messages in case of internal exception (#​833 <https://github.com/Delgan/loguru/issues/833>_).__del__method. Since the logger is not re-entrant, such misuse will be detected and will now generate aRuntimeError(#​712 <https://github.com/Delgan/loguru/issues/712>, thanks@jacksmith15 <https://github.com/jacksmith15>).datetime.timefor which the timezone was ignored (#​697 <https://github.com/Delgan/loguru/issues/697>_).#​494 <https://github.com/Delgan/loguru/issues/494>_).#​604 <https://github.com/Delgan/loguru/issues/604>_).logger.complete()possibly hanging forever whenenqueue=Trueandcatch=Falseif internal thread killed due toExceptionraised by sink (#​647 <https://github.com/Delgan/loguru/issues/647>_).freezegunlibrary used to simulate time (#​600 <https://github.com/Delgan/loguru/issues/600>_).logger.catch()is used to wrap a class instead of a function to avoid unexpected behavior (#​623 <https://github.com/Delgan/loguru/issues/623>_).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.