Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pytest-sugar from 0.9.7 to 1.0.0 (#951)
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.7 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Teemu/pytest-sugar/releases">pytest-sugar's releases</a>.</em></p> <blockquote> <h2>pytest-sugar 1.0.0</h2> <ul> <li>Add support for pytest 8.x</li> <li>Drop support for Python 3.7</li> </ul> <p>Thanks to folks to contributed to this release: <a href="https://github.com/suutari-ai"><code>@suutari-ai</code></a>, <a href="https://github.com/hugovk"><code>@hugovk</code></a>, <a href="https://github.com/kianmeng"><code>@kianmeng</code></a>, <a href="https://github.com/mattcristal"><code>@mattcristal</code></a>, and <a href="https://github.com/justinmayer"><code>@justinmayer</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst">pytest-sugar's changelog</a>.</em></p> <blockquote> <p>1.0.0 - 2024-02-01 ^^^^^^^^^^^^^^^^^^</p> <ul> <li>Add support for pytest 8.x</li> <li>Drop support for Python 3.7</li> </ul> <p>Contributed by <a href="https://github.com/justinmayer">Justin Mayer</a> via [PR <a href="https://redirect.github.com/Teemu/pytest-sugar/issues/281">#281</a>](<a href="https://redirect.github.com/Teemu/pytest-sugar/pull/281/">Teemu/pytest-sugar#281</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Teemu/pytest-sugar/commit/ceec846c4a8fe91f415c63c6512d88d7517010f5"><code>ceec846</code></a> Release pytest-sugar 1.0.0</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/2944a5ec6e593b3aded25899a7f436598f3131b2"><code>2944a5e</code></a> Merge pull request <a href="https://redirect.github.com/Teemu/pytest-sugar/issues/281">#281</a> from Teemu/upgrade-linters</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/e81bc74df912da6d30ae656205fc514d7033b3e0"><code>e81bc74</code></a> Prepare release</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/1cb3a58319f8b02910079784c44b4d7dc71f500e"><code>1cb3a58</code></a> Add additional status badges to top of README</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/e02ead2cc75ef74023cb02bd2a508e0c261d04aa"><code>e02ead2</code></a> Set GitHub repository URL as home page URL on PyPI</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/de34860db2bfbd0d93f3002d31d133372cc487ed"><code>de34860</code></a> Update list of contributors</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/2a1075396553ba1f87b17a4e70961d8c419fa1a0"><code>2a10753</code></a> Update PyPI classifiers</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/8954e4a5f8229e73de20ee10501a2b693165124f"><code>8954e4a</code></a> Upgrade code style linters</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/1d0705994ff8edad133cde187dc224e1df7b0f64"><code>1d07059</code></a> Merge pull request <a href="https://redirect.github.com/Teemu/pytest-sugar/issues/280">#280</a> from hugovk/rm-setup</li> <li><a href="https://github.com/Teemu/pytest-sugar/commit/6f5bb8947448395790350ddc2b0d4187f4c40728"><code>6f5bb89</code></a> Move config from setup.cfg to pyproject.toml</li> <li>Additional commits viewable in <a href="https://github.com/Teemu/pytest-sugar/compare/v0.9.7...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-sugar&package-manager=pip&previous-version=0.9.7&new-version=1.0.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> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Elliot Gunton <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elliot Gunton <[email protected]>
- Loading branch information