Skip to content

Conversation

@dependabot-preview
Copy link

Bumps praw from 6.3.1 to 7.1.4.

Release notes

Sourced from praw's releases.

v7.1.4

Changelog

v7.1.3

Changelog

v7.1.2

Changelog

v7.1.1

Changelog

v7.1.0

Changelog

Changelog

Sourced from praw's changelog.

7.1.4 (2021/02/07)

Fixed

  • Asynchronous check will no longer fail in Python 3.6 multithreading edge cases.

7.1.3 (2021/02/05)

Changed

  • Asynchronous check will no longer occur when in a Jupyter notebook.

7.1.2 (2021/02/03)

Fixed

  • Asynchronous check would not work on Python 3.6 as asyncio.get_running_loop only exists on Python 3.7+.

7.1.1 (2021/02/02)

Added

  • Add method ~.Subreddits.premium to reflect the naming change in Reddit's API.
  • Ability to submit image galleries with .submit_gallery.
  • Ability to pass a gallery url to .Reddit.submission.
  • Ability to specify modmail mute duration.
  • Add method .invited to get invited moderators of a subreddit.
  • Ability to submit text/self posts with inline media.
  • Add method ~.Submission.award and ~.Comment.award with the ability to specify type of award, anonymity, and message when awarding a submission or comment.
  • Ability to specify subreddits by name using the subreddits parameter in .Reddit.info.
  • A check to see if PRAW is running in an asynchronous environment and will advise the user to use Async PRAW. This also adds a configuration option to disable the check.

Changed

  • Drop support for Python 3.5, which is end-of-life on 2020-09-13.
  • ~.BoundedSet will now utilize a Last-Recently-Used (LRU) storing mechanism, which will change the order in which elements are removed from the set.
  • Improved .submit_image and .submit_video performance in slow network environments by removing a race condition when establishing a websocket connection.

Deprecated

  • ~.Subreddits.gold is superseded by ~.Subreddits.premium.
  • ~.Submission.gild is superseded by ~.Submission.award.
  • ~.Comment.gild is superseded by ~.Comment.award.

Fixed

... (truncated)

Commits
  • 4b6eab5 Bump to v7.1.4
  • 68ef2de Merge pull request #1664 from LilSpazJoekp/master
  • fc3af25 Broaden exception catch for async check
  • 1453036 Merge pull request #1662 from LilSpazJoekp/typos
  • 087caf1 Add periods to error message strings
  • 099a22a Fix typos in docs
  • 03f3da8 Fix parameter list indentation
  • 9ee2475 Merge pull request #1661 from LilSpazJoekp/preferences_update
  • 351af39 Update user preferences table
  • e2352cb Merge pull request #1660 from praw-dev/finishing_touches
  • 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 6.3.1 to 7.1.4.
- [Release notes](https://github.com/praw-dev/praw/releases)
- [Changelog](https://github.com/praw-dev/praw/blob/master/CHANGES.rst)
- [Commits](praw-dev/praw@v6.3.1...v7.1.4)

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 Feb 8, 2021
@dependabot-preview
Copy link
Author

Superseded by #40.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/praw-7.1.4 branch February 24, 2021 04:39
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.

1 participant