Skip to content

Commit b42364f

Browse files
Bump pyroma from 5.0 to 5.0.1 (#828)
Bumps [pyroma](https://github.com/regebro/pyroma) from 5.0 to 5.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/regebro/pyroma/blob/master/CHANGES.txt">pyroma's changelog</a>.</em></p> <blockquote> <h2>5.0.1 (2025-12-09)</h2> <ul> <li> <p>check-manifest was missing from the requirements list.</p> </li> <li> <p>Passing in multiple tests to be skipped now actually works. [Matt Norton]</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/regebro/pyroma/commit/dd478a67d029502036973a9f596ec4b2c0614bf7"><code>dd478a6</code></a> Preparing release 5.0.1</li> <li><a href="https://github.com/regebro/pyroma/commit/347aee88c82a62fb7648ff46d2c5cc4974e80e7e"><code>347aee8</code></a> Comments, updates, contributor</li> <li><a href="https://github.com/regebro/pyroma/commit/edc73191ae1f0fb1db50a3915436aba29c131e59"><code>edc7319</code></a> Fix only skipping last listed test in CLI arg (<a href="https://redirect.github.com/regebro/pyroma/issues/122">#122</a>)</li> <li><a href="https://github.com/regebro/pyroma/commit/fe721451f6acdc92a2429f0f4cc58863f6b9b2b2"><code>fe72145</code></a> Updated GitHub Actions (<a href="https://redirect.github.com/regebro/pyroma/issues/119">#119</a>)</li> <li><a href="https://github.com/regebro/pyroma/commit/e3acb372d5ab05111476e41ec0a2c2481cdd5c22"><code>e3acb37</code></a> Switch to tox in make as well (<a href="https://redirect.github.com/regebro/pyroma/issues/120">#120</a>)</li> <li><a href="https://github.com/regebro/pyroma/commit/9723f4105df27e5fc7b80dbff21a7ba546408b25"><code>9723f41</code></a> Fixed typo (<a href="https://redirect.github.com/regebro/pyroma/issues/117">#117</a>)</li> <li><a href="https://github.com/regebro/pyroma/commit/8ee23ca7c5a8d86bcc2f62f55fc11d89bd72f877"><code>8ee23ca</code></a> Back to development: 5.1</li> <li>See full diff in <a href="https://github.com/regebro/pyroma/compare/5.0...5.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyroma&package-manager=pip&previous-version=5.0&new-version=5.0.1)](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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52def02 commit b42364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage==7.10.6
66
docutils==0.22.3
77
flake8==7.3.0
88
mypy==1.17.1
9-
pyroma==5.0
9+
pyroma==5.0.1
1010
pytest-cov==7.0.0
1111
pytest==8.4.2
1212
pytest-asyncio==1.2.0

0 commit comments

Comments
 (0)