[PR #95] [MERGED] Update dependency loguru to ^0.7.0 #121

Closed
opened 2026-09-02 13:09:25 +02:00 by TheLovinator · 0 comments
Owner

📋 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: masterHead: renovate/loguru-0.x


📝 Commits (1)

  • 01ba539 Update 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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
loguru (changelog) ^0.6.0 -> ^0.7.0 age adoption passing confidence

Release Notes

Delgan/loguru

v0.7.0

Compare Source

=====================

  • Update InterceptHandler recipe to make it compatible with Python 3.11 (#&#8203;654 <https://github.com/Delgan/loguru/issues/654>_).
  • Add a new watch optional argument to file sinks in order to automatically re-create possibly deleted or changed file (#&#8203;471 <https://github.com/Delgan/loguru/issues/471>_).
  • Make patch() calls cumulative instead of overriding the possibly existing patching function (#&#8203;462 <https://github.com/Delgan/loguru/issues/462>_).
  • Make sinks added with enqueue=True and catch=False still process logged messages in case of internal exception (#&#8203;833 <https://github.com/Delgan/loguru/issues/833>_).
  • Avoid possible deadlocks caused by re-using the logger inside a sink, a signal handler or a __del__ method. Since the logger is not re-entrant, such misuse will be detected and will now generate a RuntimeError (#&#8203;712 <https://github.com/Delgan/loguru/issues/712>, thanks @jacksmith15 <https://github.com/jacksmith15>).
  • Fix file sink rotation using an aware datetime.time for which the timezone was ignored (#&#8203;697 <https://github.com/Delgan/loguru/issues/697>_).
  • Fix logs colorization not automatically enabled for Jupyter Notebook and Google Colab (#&#8203;494 <https://github.com/Delgan/loguru/issues/494>_).
  • Fix logs colorization not automatically enabled for Github Actions and others CI platforms (#&#8203;604 <https://github.com/Delgan/loguru/issues/604>_).
  • Fix logger.complete() possibly hanging forever when enqueue=True and catch=False if internal thread killed due to Exception raised by sink (#&#8203;647 <https://github.com/Delgan/loguru/issues/647>_).
  • Fix incompatibility with freezegun library used to simulate time (#&#8203;600 <https://github.com/Delgan/loguru/issues/600>_).
  • Raise exception if logger.catch() is used to wrap a class instead of a function to avoid unexpected behavior (#&#8203;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.


  • If you want to rebase/retry this PR, check this box

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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheLovinator1/discord-twitter-webhooks/pull/95 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/10/2023 **Status:** ✅ Merged **Merged:** 4/10/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/loguru-0.x` --- ### 📝 Commits (1) - [`01ba539`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/01ba539427f1ffa61b3ab1998211c0748a654882) Update dependency loguru to ^0.7.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+5 -5) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [loguru](https://togithub.com/Delgan/loguru) ([changelog](https://togithub.com/Delgan/loguru/blob/master/CHANGELOG.rst)) | `^0.6.0` -> `^0.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/loguru/0.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/loguru/0.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/loguru/0.7.0/compatibility-slim/0.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/loguru/0.7.0/confidence-slim/0.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Delgan/loguru</summary> ### [`v0.7.0`](https://togithub.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#&#8203;070-2023-04-10) [Compare Source](https://togithub.com/Delgan/loguru/compare/0.6.0...0.7.0) \===================== - Update `InterceptHandler` recipe to make it compatible with Python 3.11 (`#&#8203;654 <https://github.com/Delgan/loguru/issues/654>`\_). - Add a new `watch` optional argument to file sinks in order to automatically re-create possibly deleted or changed file (`#&#8203;471 <https://github.com/Delgan/loguru/issues/471>`\_). - Make `patch()` calls cumulative instead of overriding the possibly existing patching function (`#&#8203;462 <https://github.com/Delgan/loguru/issues/462>`\_). - Make sinks added with `enqueue=True` and `catch=False` still process logged messages in case of internal exception (`#&#8203;833 <https://github.com/Delgan/loguru/issues/833>`\_). - Avoid possible deadlocks caused by re-using the logger inside a sink, a signal handler or a `__del__` method. Since the logger is not re-entrant, such misuse will be detected and will now generate a `RuntimeError` (`#&#8203;712 <https://github.com/Delgan/loguru/issues/712>`*, thanks `@jacksmith15 <https://github.com/jacksmith15>`*). - Fix file sink rotation using an aware `datetime.time` for which the timezone was ignored (`#&#8203;697 <https://github.com/Delgan/loguru/issues/697>`\_). - Fix logs colorization not automatically enabled for Jupyter Notebook and Google Colab (`#&#8203;494 <https://github.com/Delgan/loguru/issues/494>`\_). - Fix logs colorization not automatically enabled for Github Actions and others CI platforms (`#&#8203;604 <https://github.com/Delgan/loguru/issues/604>`\_). - Fix `logger.complete()` possibly hanging forever when `enqueue=True` and `catch=False` if internal thread killed due to `Exception` raised by sink (`#&#8203;647 <https://github.com/Delgan/loguru/issues/647>`\_). - Fix incompatibility with `freezegun` library used to simulate time (`#&#8203;600 <https://github.com/Delgan/loguru/issues/600>`\_). - Raise exception if `logger.catch()` is used to wrap a class instead of a function to avoid unexpected behavior (`#&#8203;623 <https://github.com/Delgan/loguru/issues/623>`\_). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/TheLovinator1/discord-twitter-webhooks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:09:25 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
TheLovinator/discord-twitter-webhooks#121
No description provided.