fix(deps): update dependency asyncpraw to v7.8.1 #148
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:
==7.7.1
->==7.8.1
Release Notes
praw-dev/asyncpraw (asyncpraw)
v7.8.1
Compare Source
Changed
v7.8.0
Compare Source
Added
:meth:
~.SubredditLinkFlairTemplates.reorder
to reorder a subreddit's link flairtemplates.
:meth:
~.SubredditRedditorFlairTemplates.reorder
to reorder a subreddit's redditorflair templates.
Experimental :meth:
~.Submission._edit_experimental
for adding new inline media orediting a submission that has inline media.
.. danger::
This method is identical to :meth:
.Submission.edit
except for the following:preserve_inline_media
keyword argument to allow Async PRAW to attemptto preserve the existing inline media when editing a post. This is an experimental
fix for an issue that occurs when editing a post with inline media would cause the
media to lose their inline appearance.
:func:
.stream_generator
now accepts thecontinue_after_id
parameter, whichstarts the stream after a given item ID.
Support for new share URL format created from Reddit's mobile apps.
:class:
.Reddit
has a new configurable parameter,window_size
. This tells PRAWhow long reddit's rate limit window is. This defaults to 600 seconds and shouldn't
need to be changed unless reddit changes the size of their rate limit window.
Fixed
Changed
Fixed
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.