Skip to content

Build(deps): Bump praw from 7.8.2 to 8.0.0#694

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/praw-8.0.0
Closed

Build(deps): Bump praw from 7.8.2 to 8.0.0#694
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/praw-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps praw from 7.8.2 to 8.0.0.

Release notes

Sourced from praw's releases.

v8.0.0

Added

  • Add support for Python 3.13.
  • Add support for Python 3.14.
  • Add support for optional Markdown-formatted selftext when submitting link, image, gallery, and video posts.
  • Add a :ref:migration guide <praw8_migration> covering all breaking changes in PRAW 8.
  • Add :class:.Media and its subclasses :class:.EmojiMedia, :class:.PostMedia, :class:.StylesheetAsset, :class:.StylesheetImage, and :class:.WidgetMedia to consolidate media uploads. Media can be constructed from a file path, or from bytes content along with a name, so media no longer has to be written to disk before uploading.
  • :class:.Announcement and :class:.AnnouncementHelper, exposed as :attr:.Reddit.announcements, for listing, hiding, and marking the currently authenticated user's announcements as read. Provides :meth:.Announcement.hide, :meth:.Announcement.mark_read, :meth:.AnnouncementHelper.hide, :meth:.AnnouncementHelper.mark_read, and :meth:.AnnouncementHelper.mark_all_read. :attr:.Announcement.sent_datetime and :attr:.Announcement.read_datetime return the announcement's sent_at and read_at timestamps as timezone-aware :class:datetime.datetime objects (read_datetime is None for unread announcements).
  • :meth:.Redditor.overview to iterate over a Redditor's combined comments and submissions, mirroring the user overview page on Reddit.
  • An exception_handler keyword argument to :func:.stream_generator (and thus all stream methods) that is invoked with any exception raised while fetching items, allowing the stream to resume rather than terminate. Re-raise from the handler to stop the stream.
  • :attr:~.Comment.created_datetime to objects with a creation time (for example :class:.Comment, :class:.Submission, :class:.Redditor, :class:.Subreddit, :class:.Collection, and :class:.ModNote), returning a timezone-aware :class:datetime.datetime.
  • :attr:~.Collection.updated_datetime to :class:.Collection, :attr:~.PollData.voting_end_datetime to :class:.PollData, and :attr:~.Comment.edited_datetime to :class:.Comment and :class:.Submission (None when the object has not been edited), all returning timezone-aware :class:datetime.datetime objects.
  • Warn when a praw.ini in the current working directory sets the oauth_url or reddit_url endpoint, as such a file can redirect credentials to an untrusted host. The warning can be silenced by setting the PRAW_ALLOW_ENDPOINT_OVERRIDE environment variable.
  • A py.typed marker (:PEP:561) so that downstream projects can type check against PRAW's inline annotations.

Changed

  • Bumped prawcore to 3.0.2.
  • Drop support for Python 3.8, which was end-of-life on 2024-10-07.
  • Drop support for Python 3.9, which was end-of-life on 2025-10-31.

... (truncated)

Changelog

Sourced from praw's changelog.

############ Change Log ############

praw follows semantic versioning <https://semver.org/>_.


Unreleased



8.0.0 (2026/06/14)


Added

  • Add support for Python 3.13.
  • Add support for Python 3.14.
  • Add support for optional Markdown-formatted selftext when submitting link, image, gallery, and video posts.
  • Add a :ref:migration guide <praw8_migration> covering all breaking changes in PRAW 8.
  • Add :class:.Media and its subclasses :class:.EmojiMedia, :class:.PostMedia, :class:.StylesheetAsset, :class:.StylesheetImage, and :class:.WidgetMedia to consolidate media uploads. Media can be constructed from a file path, or from bytes content along with a name, so media no longer has to be written to disk before uploading.
  • :class:.Announcement and :class:.AnnouncementHelper, exposed as :attr:.Reddit.announcements, for listing, hiding, and marking the currently authenticated user's announcements as read. Provides :meth:.Announcement.hide, :meth:.Announcement.mark_read, :meth:.AnnouncementHelper.hide, :meth:.AnnouncementHelper.mark_read, and :meth:.AnnouncementHelper.mark_all_read. :attr:.Announcement.sent_datetime and :attr:.Announcement.read_datetime return the announcement's sent_at and read_at timestamps as timezone-aware :class:datetime.datetime objects (read_datetime is None for unread announcements).
  • :meth:.Redditor.overview to iterate over a Redditor's combined comments and submissions, mirroring the user overview page on Reddit. It returns the same listing as calling a sort method directly on a :class:.Redditor, so redditor.overview.new() and redditor.new() yield the same items; use redditor.comments or redditor.submissions to restrict the listing to a single type.
  • An exception_handler keyword argument to :func:.stream_generator (and thus all stream methods) that is invoked with any exception raised while fetching items, allowing the stream to resume rather than terminate. Re-raise from the handler to stop the stream.
  • :attr:~.Comment.created_datetime to objects with a creation time (for example :class:.Comment, :class:.Submission, :class:.Redditor, :class:.Subreddit, :class:.Collection, and :class:.ModNote), returning a timezone-aware :class:datetime.datetime.

... (truncated)

Commits
  • b52dbac Bump to v8.0.0
  • dfc9caf Merge pull request #2152 from praw-dev/update/pre-commit-hooks
  • 8b4bf54 Update pre-commit hooks
  • ec28f7b Merge pull request #2151 from praw-dev/sort-code
  • 6970e1c Add and apply code sorting pre-commit hook
  • 5ac70b7 Merge pull request #2146 from praw-dev/dependabot/github_actions/praw-dev/dot...
  • 17a105f Merge pull request #2147 from praw-dev/dependabot/github_actions/praw-dev/dot...
  • 09613b5 Merge pull request #2148 from praw-dev/dependabot/github_actions/praw-dev/dot...
  • c3acd7e Merge pull request #2149 from praw-dev/dependabot/github_actions/praw-dev/dot...
  • e8cd964 Merge pull request #2150 from praw-dev/dependabot/github_actions/praw-dev/dot...
  • 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 show <dependency name> 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)

Bumps [praw](https://github.com/praw-dev/praw) from 7.8.2 to 8.0.0.
- [Release notes](https://github.com/praw-dev/praw/releases)
- [Changelog](https://github.com/praw-dev/praw/blob/main/CHANGES.rst)
- [Commits](praw-dev/praw@v7.8.2...v8.0.0)

---
updated-dependencies:
- dependency-name: praw
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

I'm not approving this PR because it includes a major update of a dependency used in production

@github-actions github-actions Bot enabled auto-merge June 15, 2026 02:13
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #695.

@dependabot dependabot Bot closed this Jun 16, 2026
auto-merge was automatically disabled June 16, 2026 02:12

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/praw-8.0.0 branch June 16, 2026 02:12
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