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.0 to 7.1.2 #10

Merged
merged 1 commit into from
Feb 4, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Bumps praw from 7.1.0 to 7.1.2.

Release notes

Sourced from praw's releases.

v7.1.2

Changelog

v7.1.1

Changelog

Changelog

Sourced from praw's changelog.

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 :meth:~.Subreddits.premium to reflect the naming change in Reddit's API.
  • Ability to submit image galleries with :meth:.submit_gallery.
  • Ability to pass a gallery url to :meth:.Reddit.submission.
  • Ability to specify modmail mute duration.
  • Add method :meth:.invited to get invited moderators of a subreddit.
  • Ability to submit text/self posts with inline media.
  • Add method :meth:~.Submission.award and :meth:~.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 :meth:.Reddit.info.
  • A check to see if PRAW is running in an asynchronous environment and will advise the user to use Async PRAW <https://asyncpraw.readthedocs.io>_. 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.
  • :class:~.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 :meth:.submit_image and :meth:.submit_video performance in slow network environments by removing a race condition when establishing a websocket connection.

Deprecated

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

Fixed

  • An issue where leaving as a moderator fails if you are using token auth.
  • An issue where an incorrect error was being raised due to invalid submission urls.
  • Some cases where streams yield the same item multiple times. This cannot be prevented in every case.
Commits
  • 2a0db05 Merge pull request #1639 from praw-dev/version
  • c633e48 Bump to 7.1.2
  • 42f4b6c Merge pull request #1637 from praw-dev/actions_python_version
  • bb0e006 Update pre-commit black configuration
  • bb0e008 Ignore coverage check for async check with python >= 3.7
  • bb0e005 Remove lint tests from multiple python versions
  • bb0e009 Actually use the python version matrix
  • 95f406c Merge pull request #1638 from LilSpazJoekp/fix_for_3.6
  • 49ff934 Fix for Python 3.6 test_mute_duration
  • c246a56 Fix for Python 3.6 async check
  • 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)

Bumps [praw](https://github.com/praw-dev/praw) from 7.1.0 to 7.1.2.
- [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.0...v7.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2021
@dependabot dependabot bot mentioned this pull request Feb 4, 2021
@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #10 (b78b2d1) into main (8501467) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           94        94           
=========================================
  Hits            94        94           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8501467...b78b2d1. Read the comment docs.

@mikelane
Copy link
Owner

mikelane commented Feb 4, 2021

@dependabot squash and merge

@dependabot dependabot bot merged commit d08f1d1 into main Feb 4, 2021
@dependabot dependabot bot deleted the dependabot/pip/praw-7.1.2 branch February 4, 2021 07:20
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.

None yet

1 participant