Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump semver from 3.0.2 to 3.0.4 (#220)
Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.2 to 3.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-semver/python-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>3.0.4</h2> <p>Documentation: <a href="https://python-semver.rtfd.io/en/3.0.4/">https://python-semver.rtfd.io/en/3.0.4/</a> PyPI: <a href="https://pypi.org/project/semver/3.0.4/">https://pypi.org/project/semver/3.0.4/</a> Full Changelog: <a href="https://github.com/python-semver/python-semver/compare/3.0.3...3.0.4">https://github.com/python-semver/python-semver/compare/3.0.3...3.0.4</a></p> <h2>What's Changed</h2> <ul> <li>Fix 3.0.3 by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/459">python-semver/python-semver#459</a></li> </ul> <h2>New Contributors</h2> <p>Thanks to <a href="https://github.com/RobPasMue"><code>@RobPasMue</code></a> and <a href="https://github.com/mgorny"><code>@mgorny</code></a> ❤️</p> <h2>3.0.3</h2> <p><strong>Documentation:</strong> <a href="https://python-semver.rtfd.io/en/3.0.3/">https://python-semver.rtfd.io/en/3.0.3/</a> <strong>PyPI</strong>: <a href="https://pypi.org/project/semver/3.0.3/">https://pypi.org/project/semver/3.0.3/</a> (yanked release) <strong>Full Changelog</strong>: <a href="https://github.com/python-semver/python-semver/compare/3.0.2...3.0.3">https://github.com/python-semver/python-semver/compare/3.0.2...3.0.3</a></p> <h2>What's Changed</h2> <ul> <li>Use meta directive for SEO by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/435">python-semver/python-semver#435</a></li> <li>Move search box more at the top by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/436">python-semver/python-semver#436</a></li> <li>Update workflow file by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/440">python-semver/python-semver#440</a></li> <li>Improve type hints to fix TODOs by <a href="https://github.com/waketzheng"><code>@waketzheng</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/439">python-semver/python-semver#439</a></li> <li>Gha add python313 by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/446">python-semver/python-semver#446</a></li> <li>Improve private <code>_nat_cmp()</code> method by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/445">python-semver/python-semver#445</a></li> <li>Modernize project configs with pyproject.toml by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/447">python-semver/python-semver#447</a></li> <li>Turn our Markdown issue templates into YAML by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/451">python-semver/python-semver#451</a></li> <li>Fix comparison with subclasses by <a href="https://github.com/viccie30"><code>@viccie30</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/453">python-semver/python-semver#453</a></li> <li>Release/3.0.3 by <a href="https://github.com/tomschr"><code>@tomschr</code></a> in <a href="https://redirect.github.com/python-semver/python-semver/pull/454">python-semver/python-semver#454</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/waketzheng"><code>@waketzheng</code></a> made their first contribution in <a href="https://redirect.github.com/python-semver/python-semver/pull/439">python-semver/python-semver#439</a></li> <li><a href="https://github.com/viccie30"><code>@viccie30</code></a> made their first contribution in <a href="https://redirect.github.com/python-semver/python-semver/pull/453">python-semver/python-semver#453</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst">semver's changelog</a>.</em></p> <blockquote> <h1>Version 3.0.4</h1> <p>:Released: 2025-01-24 :Maintainer: Tom Schraitle</p> <h2>Bug Fixes</h2> <ul> <li> <p>:gh:<code>459</code>: Fix 3.0.3:</p> <ul> <li>:pr:<code>457</code>: Re-enable Trove license identifier</li> <li>:pr:<code>456</code>: Fix source dist file</li> </ul> </li> </ul> <hr /> <h1>Version 3.0.3</h1> <p>:Released: 2025-01-18 :Maintainer: Tom Schraitle</p> <h2>Bug Fixes</h2> <ul> <li>:pr:<code>453</code>: The check in <code>_comparator</code> does not match the check in :meth:<code>Version.compare</code>. This breaks comparision with subclasses.</li> </ul> <h2>Improved Documentation</h2> <ul> <li> <p>:pr:<code>435</code>: Several small improvements for documentation:</p> <ul> <li>Add meta description to improve SEO</li> <li>Use canonicals on ReadTheDocs (commit 87f639f)</li> <li>Pin versions for reproducable doc builds (commit 03fb990)</li> <li>Add missing :file:<code>.readthedocs.yaml</code> file (commit ec9348a)</li> <li>Correct some smaller issues when building (commit f65feab)</li> </ul> </li> <li> <p>:pr:<code>436</code>: Move search box more at the top. This makes it easier for users as if the TOC is long, the search box isn't visible anymore.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-semver/python-semver/commit/6adf8765f6e21910f1f0c13151ce84f32f8d431d"><code>6adf876</code></a> Merge pull request <a href="https://redirect.github.com/python-semver/python-semver/issues/459">#459</a> from python-semver/fix-3.0.3</li> <li><a href="https://github.com/python-semver/python-semver/commit/bae0b7ca7ce3f2a3268290ff9b4b379e7ed3a779"><code>bae0b7c</code></a> Fix <a href="https://redirect.github.com/python-semver/python-semver/issues/459">#459</a>: Fix 3.0.3</li> <li><a href="https://github.com/python-semver/python-semver/commit/486e4897da9fa6f02e1392bbf24d2f69599f0970"><code>486e489</code></a> Merge pull request <a href="https://redirect.github.com/python-semver/python-semver/issues/454">#454</a> from python-semver/release/3.0.3</li> <li><a href="https://github.com/python-semver/python-semver/commit/cc4ae0755098dfd52e0ee197c2099ef207079fbe"><code>cc4ae07</code></a> Change version to 3.0.3</li> <li><a href="https://github.com/python-semver/python-semver/commit/15aa6a67738e05a83a6701decffa2ce601e076ce"><code>15aa6a6</code></a> Merge pull request <a href="https://redirect.github.com/python-semver/python-semver/issues/453">#453</a> from viccie30/fix-subclass-comparison</li> <li><a href="https://github.com/python-semver/python-semver/commit/bc41390f388d88114e8529b17fe145c5af390cbb"><code>bc41390</code></a> Fix comparison with subclasses</li> <li><a href="https://github.com/python-semver/python-semver/commit/bd97cfcd595c882d92b73430d4bf5c880d6062dc"><code>bd97cfc</code></a> Require validation for bug issue template</li> <li><a href="https://github.com/python-semver/python-semver/commit/2eeefcbe1532f3cab672b6e8a6e8ca8407cbcde1"><code>2eeefcb</code></a> Merge pull request <a href="https://redirect.github.com/python-semver/python-semver/issues/451">#451</a> from python-semver/improve-issue-templates2</li> <li><a href="https://github.com/python-semver/python-semver/commit/06fe49fca6bb65921c65c4b942c1dd75e8e77312"><code>06fe49f</code></a> Turn our Markdown templates into YAML</li> <li><a href="https://github.com/python-semver/python-semver/commit/37e80d7ecceee9452b9f22dcac71e5157fc5d3dd"><code>37e80d7</code></a> Merge pull request <a href="https://redirect.github.com/python-semver/python-semver/issues/447">#447</a> from tomschr/modernize-project</li> <li>Additional commits viewable in <a href="https://github.com/python-semver/python-semver/compare/3.0.2...3.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver&package-manager=pip&previous-version=3.0.2&new-version=3.0.4)](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>
- Loading branch information