Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump praw from 7.7.1 to 7.8.0 (#431)
Bumps [praw](https://github.com/praw-dev/praw) from 7.7.1 to 7.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/praw-dev/praw/releases">praw's releases</a>.</em></p> <blockquote> <h2>v7.8.0</h2> <h2>7.8.0 (2024/10/20)</h2> <p><strong>Added</strong></p> <ul> <li>:meth:<code>~.SubredditLinkFlairTemplates.reorder</code> to reorder a subreddit's link flair templates.</li> <li>:meth:<code>~.SubredditRedditorFlairTemplates.reorder</code> to reorder a subreddit's redditor flair templates.</li> <li>:func:<code>.stream_generator</code> now accepts the <code>continue_after_id</code> parameter, which starts the stream after a given item ID.</li> <li>Support for new share URL format created from Reddit's mobile apps.</li> <li>:class:<code>.Reddit</code> has a new configurable parameter, <code>window_size</code>. This tells PRAW how long reddit's rate limit window is. This defaults to 600 seconds and shouldn't need to be changed unless reddit changes the size of their rate limit window.</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>An issue where submitting a post with media would fail due to an API change.</li> </ul> <p><strong>Changed</strong></p> <ul> <li>Drop support for Python 3.7, which is end-of-life on 2023-06-27.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/praw-dev/praw/blob/master/CHANGES.rst">praw's changelog</a>.</em></p> <blockquote> <h2>7.8.0 (2024/10/20)</h2> <p><strong>Added</strong></p> <ul> <li>:meth:<code>~.SubredditLinkFlairTemplates.reorder</code> to reorder a subreddit's link flair templates.</li> <li>:meth:<code>~.SubredditRedditorFlairTemplates.reorder</code> to reorder a subreddit's redditor flair templates.</li> <li>:func:<code>.stream_generator</code> now accepts the <code>continue_after_id</code> parameter, which starts the stream after a given item ID.</li> <li>Support for new share URL format created from Reddit's mobile apps.</li> <li>:class:<code>.Reddit</code> has a new configurable parameter, <code>window_size</code>. This tells PRAW how long reddit's rate limit window is. This defaults to 600 seconds and shouldn't need to be changed unless reddit changes the size of their rate limit window.</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>An issue where submitting a post with media would fail due to an API change.</li> </ul> <p><strong>Changed</strong></p> <ul> <li>Drop support for Python 3.7, which is end-of-life on 2023-06-27.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/praw-dev/praw/commit/fdb847e5f0160867b4eb56495fdda0050f13aabd"><code>fdb847e</code></a> Bump to v7.8.0</li> <li><a href="https://github.com/praw-dev/praw/commit/d0307f6ddfd4c98d388f5cfa90408c44ad053bea"><code>d0307f6</code></a> Merge pull request <a href="https://redirect.github.com/praw-dev/praw/issues/2030">#2030</a> from praw-dev/update/pre-commit-hooks</li> <li><a href="https://github.com/praw-dev/praw/commit/58cf67787f3f9f6fe58c663fd2504594422a2e26"><code>58cf677</code></a> Update pre-commit hooks</li> <li><a href="https://github.com/praw-dev/praw/commit/83c2a8dddee4ab91051d9bc4917c054c0837505f"><code>83c2a8d</code></a> Merge pull request <a href="https://redirect.github.com/praw-dev/praw/issues/1975">#1975</a> from Watchful1/window-size-config</li> <li><a href="https://github.com/praw-dev/praw/commit/c6a743c4a8426f47a97e5f74da47795a215e88fb"><code>c6a743c</code></a> Format</li> <li><a href="https://github.com/praw-dev/praw/commit/bf79ea2046d186f7729c6201b2fd9ef0b00841d4"><code>bf79ea2</code></a> Fix another test</li> <li><a href="https://github.com/praw-dev/praw/commit/b8ee8e6f87ed97d09728333a43e0902f3ba19a90"><code>b8ee8e6</code></a> Fix a test</li> <li><a href="https://github.com/praw-dev/praw/commit/ba1b87d76cf721c6a52f1500bab28ab51d3a0575"><code>ba1b87d</code></a> CR fixes</li> <li><a href="https://github.com/praw-dev/praw/commit/0f790dfe2a4945821603707aca5cb66b7ab30547"><code>0f790df</code></a> Merge remote-tracking branch 'source/master' into window-size-config</li> <li><a href="https://github.com/praw-dev/praw/commit/c768c3aff1be9f75dfa0c6c0de573fe512892eda"><code>c768c3a</code></a> Merge pull request <a href="https://redirect.github.com/praw-dev/praw/issues/2029">#2029</a> from praw-dev/update/pre-commit-hooks</li> <li>Additional commits viewable in <a href="https://github.com/praw-dev/praw/compare/v7.7.1...v7.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=praw&package-manager=pip&previous-version=7.7.1&new-version=7.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <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) </details>
- Loading branch information