CaptainIRS / programmer-lyf-bot

Your Daily Dose of Programming Content via IM (ft. GitHub Actions)
https://captainirs.dev/programmer-lyf-bot/
MIT License
10 stars 1 forks source link

Bump praw from 7.1.0 to 7.7.1 #76

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps praw from 7.1.0 to 7.7.1.

Release notes

Sourced from praw's releases.

v7.7.1

7.7.1 (2023/07/11)

Fixed

  • An issue with replying to a modmail conversation results in a error.

v7.7.0

7.7.0 (2023/02/25)

Added

  • :meth:.delete_mobile_banner to delete mobile banners.
  • :meth:.upload_mobile_banner to upload mobile banners.

Fixed

  • An issue with iterating :class:.ModNote when a user has more than a hundred notes.
  • Removal reasons are now returned in the same order as they appear on Reddit.

v7.6.1

7.6.1 (2022/11/11)

Changed

  • Revert :meth:~.Comment.edit positional argument deprecation.
  • Revert :meth:~.Comment.reply positional argument deprecation.
  • Revert :meth:~.Message.reply positional argument deprecation.
  • Revert :meth:~.Submission.edit positional argument deprecation.
  • Revert :meth:~.Submission.reply positional argument deprecation.

Fixed

  • An issue where :class:.ModmailConversation's messages attribute would only contain the latest message.

v7.6.0

7.6.0 (2022/05/10)

Added

  • :meth:.pin to manage pinned submissions on the authenticated user's profile.
  • :meth:.update_display_layout to update the display layout of posts in a :class:.Collection.
  • :meth:.SubredditCollectionsModeration.create keyword argument display_layout for specifying a display layout when creating a :class:.Collection.

... (truncated)

Changelog

Sourced from praw's changelog.

7.7.1 (2023/07/11)

Fixed

  • An issue with replying to a modmail conversation results in a error.

7.7.0 (2023/02/25)

Added

  • :meth:.delete_mobile_banner to delete mobile banners.

  • :meth:.upload_mobile_banner to upload mobile banners.

  • Experimental :meth:~.Submission._edit_experimental for adding new inline media or editing a submission that has inline media.

    .. danger::

    This method is experimental. It is reliant on undocumented API endpoints and may
    result in existing inline media not displaying correctly and/or creating a
    malformed body. Use at your own risk. This method may be removed in the future
    without warning.
    

    This method is identical to :meth:.Submission.edit except for the following:

    • The ability to add inline media to existing posts.
    • Additional preserve_inline_media keyword argument to allow PRAW to attempt to 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.

Fixed

  • An issue with iterating :class:.ModNote when a user has more than a hundred notes.
  • Removal reasons are now returned in the same order as they appear on Reddit.

7.6.1 (2022/11/11)

Changed

  • Revert :meth:~.Comment.edit positional argument deprecation.
  • Revert :meth:~.Comment.reply positional argument deprecation.
  • Revert :meth:~.Message.reply positional argument deprecation.
  • Revert :meth:~.Submission.edit positional argument deprecation.
  • Revert :meth:~.Submission.reply positional argument deprecation.

Fixed

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)