Skip to content
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

Bump praw from 7.2.0 to 7.4.0 in /backend #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps praw from 7.2.0 to 7.4.0.

Release notes

Sourced from praw's releases.

v7.4.0

7.4.0 (2021/07/30)

Added

  • :meth:~.WikiPage.discussions to obtain site-wide link submissions that link to the WikiPage.
  • :meth:.revert to revert a WikiPage to a specified revision.
  • :meth:.Inbox.mark_all_read to mark all messages as read with one API call.
  • :meth:~.InboxableMixin.unblock_subreddit to unblock a subreddit.
  • :meth:.update_crowd_control_level to update the crowd control level of a post.
  • :meth:.moderator_subreddits, which returns information about the subreddits that the authenticated user moderates, has been restored.
  • The configuration setting refresh_token has been added back. See https://www.reddit.com/r/redditdev/comments/olk5e6/followup_oauth2_api_changes_regarding_refresh/ for more info.

Deprecated

  • :class:.Reddit keyword argument token_manager.

v7.3.0

7.3.0 (2021/06/17)

Added

  • :class:.UserSubreddit for the subreddit attribute of :class:.Redditor.
  • :meth:.Reddit.username_available checks if a username is available.
  • :meth:.trusted to retrieve a :class:.RedditorList of trusted users.
  • :meth:.trust to add a user to the trusted list.
  • :meth:.distrust to remove a user from the trusted list.
  • :class:.SQLiteTokenManager (may not work on Windows)

Changed

  • :meth:.Redditor.moderated will now objectify all data returned from the API.
  • The wiki_edit endpoint has been changed from r/{subreddit}/api/wiki/edit/ to r/{subreddit}/api/wiki/edit.
  • :meth:.Redditor.block no longer needs to retrieve a user's fullname.

Deprecated

Fixed

... (truncated)

Changelog

Sourced from praw's changelog.

7.4.0 (2021/07/30)

Added

  • ~.WikiPage.discussions to obtain site-wide link submissions that link to the WikiPage.
  • .revert to revert a WikiPage to a specified revision.
  • .Inbox.mark_all_read to mark all messages as read with one API call.
  • ~.InboxableMixin.unblock_subreddit to unblock a subreddit.
  • .update_crowd_control_level to update the crowd control level of a post.
  • .moderator_subreddits, which returns information about the subreddits that the authenticated user moderates, has been restored.
  • The configuration setting refresh_token has been added back. See https://www.reddit.com/r/redditdev/comments/olk5e6/followup_oauth2_api_changes_regarding_refresh/ for more info.

Deprecated

  • .Reddit keyword argument token_manager.

7.3.0 (2021/06/17)

Added

  • .UserSubreddit for the subreddit attribute of .Redditor.
  • .Reddit.username_available checks if a username is available.
  • .trusted to retrieve a .RedditorList of trusted users.
  • .trust to add a user to the trusted list.
  • .distrust to remove a user from the trusted list.
  • .SQLiteTokenManager (may not work on Windows)

Changed

  • .Redditor.moderated will now objectify all data returned from the API.
  • The wiki_edit endpoint has been changed from r/{subreddit}/api/wiki/edit/ to r/{subreddit}/api/wiki/edit.
  • .Redditor.block no longer needs to retrieve a user's fullname.

Deprecated

Fixed

  • Fixed bug where .WikiPage.edit and .SubredditWiki.create would fail if passed content and reason parameters that produced a request with a body greater than 500 KiB, even when the parameters did not exceed their respective permitted maximum lengths.
  • Fixed bug where .Reddit.request could not handle instances of BadRequests when the JSON data contained only the keys "reason" and "message".
  • Fixed bug where .Reddit.request could not handle instances of BadRequests when the response did not contain valid JSON data.
  • Fixed bug where .FullnameMixin.fullname sometimes returned the wrong fullname.
Commits
  • b36663a Bump to v7.4.0
  • e419a7c Set logo in README.rst to an absolute URL in the repo
  • 36fa306 Merge pull request #1771 from praw-dev/sponsor
  • 6d0c0e2 Resize NucleiLogo
  • a6f31f0 Merge pull request #1769 from praw-dev/sponsor
  • cc06aaa Add sponsors section to readme and docs
  • d9c8f35 Merge pull request #1767 from praw-dev/refresh_token
  • d3e81a9 Add ability to record cassettes with refresh_tokens
  • d29412d Deprecate token managers
  • a460e7e Merge pull request #1764 from MaybeNetwork/moderator-subreddits
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants