[PR #156] [MERGED] Update dependency reader to v3.8 #162
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#162
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/156
Author: @renovate[bot]
Created: 8/20/2023
Status: ✅ Merged
Merged: 8/20/2023
Merged by: @renovate[bot]
Base:
master← Head:renovate/reader-3.x-lockfile📝 Commits (1)
9950026Update dependency reader to v3.8📊 Changes
1 file changed (+25 additions, -7 deletions)
View changed files
📝
poetry.lock(+25 -7)📄 Description
This PR contains the following updates:
3.7->3.8Release Notes
lemon24/reader (reader)
v3.8Compare Source
Released 2023-08-20
Drop Python 3.9 support. (:issue:
302)Use :mod:
concurrent.futuresinstead of :mod:multiprocessing.dummywhen :ref:
updating feeds <update>in parallel;:mod:
multiprocessing.dummydoes not work on some environments(e.g. AWS Lambda).
Wrap unexpected hook errors in :exc:
UpdateHookErrorinstead of letting them bubble up,
so plugin-raised exceptions for one feed don't prevent updates for the others
during :meth:
~Reader.update_feeds_iter()/ :meth:~Reader.update_feeds().(:issue:
218).. warning::
This is a minor compatibility break;
it is considered acceptable, since it fixes a bug / unexpected behavior.
Add new exceptions :exc:
UpdateHookError,:exc:
SingleUpdateHookError, and :exc:UpdateHookErrorGroup.Try to run all
:attr:
~Reader.after_entry_update_hooks,:attr:
~Reader.after_feed_update_hooks, and:attr:
~Reader.after_feeds_update_hooks,don’t stop after one fails.
Add :exc:
UpdateErroras parent of all update-related exceptions. (:issue:218)UpdateResult.valuefrom :exc:
ReaderErrorto :exc:UpdateError.ParseErrorinherit from :exc:UpdateError.~Reader.update_feeds_iter(), :meth:~Reader.update_feeds(),and :meth:
~Reader.update_feed()can raise :exc:UpdateError\s(other than :exc:
UpdateHookErrorand :exc:ParseError).Make :exc:
ReaderWarninginherit from :exc:ReaderError.Include a diagram of the :ref:
exctreein the :doc:api.Add werkzeug dependency,
instead of vendoring selected :mod:
werkzeug.httputilities.Rework lazy imports introduced in
version 3.3 <Version 3.3_>_.(:issue:
316)Make :mod:
reader._parsera package, and move parsing-related modules into it.(:issue:
316)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.