Skip to content

chore: update praw requirement from >=7.8.1 to >=8.0.1#29

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/praw-gte-8.0.1
Open

chore: update praw requirement from >=7.8.1 to >=8.0.1#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/praw-gte-8.0.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on praw to permit the latest version.

Release notes

Sourced from praw's releases.

v8.0.1

Fixed

  • Declare __all__ in praw and praw.models so that, now that PRAW ships a py.typed marker, type checkers recognize documented imports such as from praw import Reddit and from praw.models import Redditor as public re-exports instead of reporting them as private.
Changelog

Sourced from praw's changelog.

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

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


Unreleased



8.0.1 (2026/06/15)


Fixed

  • Declare __all__ in praw and praw.models so that, now that PRAW ships a py.typed marker, type checkers recognize documented imports such as from praw import Reddit and from praw.models import Redditor as public re-exports instead of reporting them as private.

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

... (truncated)

Commits
  • 37ca711 Bump to v8.0.1
  • a8bf2ea Merge pull request #2156 from praw-dev/add-all-exports
  • a0f4526 Bump codesorter pre-commit hook to v0.2.7
  • c657b4e Declare all in praw and praw.models
  • bf7dc3d Merge pull request #2155 from praw-dev/doc-overview-equivalence
  • 5ede8f1 Document that Redditor.overview matches the direct sort methods
  • 742c676 Merge pull request #2154 from praw-dev/codesorter-reorder
  • 6db88b8 Adopt the CodeSorter pre-commit hook and sort the source
  • 351f95b Merge pull request #2153 from praw-dev/prepare_release_v8.0.0
  • fdf917e Set development version v8.0.1.dev0
  • Additional commits viewable in compare view

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)

Updates the requirements on [praw](https://github.com/praw-dev/praw) to permit the latest version.
- [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.1...v8.0.1)

---
updated-dependencies:
- dependency-name: praw
  dependency-version: 8.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants