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.1.4 to 7.3.0 #37

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps praw from 7.1.4 to 7.3.0.

Release notes

Sourced from praw's releases.

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

  • Fixed bug where :meth:.WikiPage.edit and :meth:.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 :meth:.Reddit.request could not handle instances of BadRequest\s when the JSON data contained only the keys "reason" and "message".
  • Fixed bug where :meth:.Reddit.request could not handle instances of BadRequest\s when the response did not contain valid JSON data.
  • Fixed bug where :meth:.FullnameMixin.fullname sometimes returned the wrong fullname.

v7.2.0

7.2.0 (2021/02/24)

Added

  • :class:.Reddit keyword argument token_manager.
  • :class:.FileTokenManager and its parent abstract class :class:.BaseTokenManager.

Deprecated

... (truncated)

Changelog

Sourced from praw's changelog.

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.

7.2.0 (2021/02/24)

Added

  • .Reddit keyword argument token_manager.
  • .FileTokenManager and its parent abstract class .BaseTokenManager.

Deprecated

  • The configuration setting refresh_token is deprecated and its use will result in a :pyDeprecationWarning. This deprecation applies in all ways of setting configuration values, i.e., via praw.ini, as a keyword argument when initializing an instance of .Reddit, and via the PRAW_REFRESH_TOKEN environment variable. To be prepared for PRAW 8, use the new .Reddit keyword argument token_manager. See refresh_token in PRAW's documentation for an example.
  • .me will no longer return None when called in .read_only mode starting in PRAW 8. A :pyDeprecationWarning will be issued. To switch forward to the PRAW 8 behavior set praw8_raise_exception_on_me=True in your .Reddit call.
Commits
  • 5c0f02b Bump to v7.3.0
  • 2f28b87 Merge pull request #1745 from praw-dev/username_available
  • 65695fc Fix example in username_available docs
  • 40e022e Merge pull request #1739 from deplorableword/patch-1
  • 44ebf9e Removed passive aggressive tone from quick start guide
  • 43dca77 Merge pull request #1675 from AidanWelch/patch-1
  • 02530bc Added submissions to attribute list in docs
  • 27decfd Merge pull request #1744 from praw-dev/deprecated
  • 4e62fff Combine deprecated sections
  • 329ecb2 Merge pull request #1743 from praw-dev/changes_typos
  • 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)

Bumps [praw](https://github.com/praw-dev/praw) from 7.1.4 to 7.3.0.
- [Release notes](https://github.com/praw-dev/praw/releases)
- [Changelog](https://github.com/praw-dev/praw/blob/master/CHANGES.rst)
- [Commits](praw-dev/praw@v7.1.4...v7.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
@dependabot-preview dependabot-preview bot requested a review from paramt June 17, 2021 10:28
@dependabot-preview
Copy link
Contributor Author

Superseded by #38.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/praw-7.3.0 branch July 30, 2021 10:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants