Skip to content

Commit f55a24c

Browse files
Upgrade: [dependabot] - bump semver from 3.0.2 to 3.0.3 (#1601)
Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.2 to 3.0.3. <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.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> <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> <strong>Full Changelog between last 2 release and 3</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> <p><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> </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.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> <h2>Features</h2> <ul> <li>:pr:<code>439</code>: Improve type hints to fix TODOs</li> </ul> <h2>Internal Changes</h2> <ul> <li> <p>:pr:<code>440</code>: Update workflow file</p> </li> <li> <p>:pr:<code>446</code>: Add Python 3.13 to GitHub Actions</p> </li> <li> <p>:pr:<code>447</code>: Modernize project configs with :file:<code>pyproject.toml</code> and use Astral's uv command.</p> <ul> <li>In :file:<code>pyproject.toml</code>:</li> </ul> </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/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><a href="https://github.com/python-semver/python-semver/commit/6208a548e9b2c6923fa42ec280b2005f6f3619ff"><code>6208a54</code></a> Modernize project configs with uv &amp; pyproject.toml</li> <li><a href="https://github.com/python-semver/python-semver/commit/8daa5716f6717360c9f48d14aac8f0ad9ea69520"><code>8daa571</code></a> Merge pull request <a href="https://redirect.github.com/python-semver/python-semver/issues/445">#445</a> from tomschr/improve_nat_cmp</li> <li>Additional commits viewable in <a href="https://github.com/python-semver/python-semver/compare/3.0.2...3.0.3">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.3)](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> Co-authored-by: anthony-nhs <[email protected]>
1 parent 08c2aae commit f55a24c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python = "^3.8"
2727
pyyaml = "^6.0"
2828
docopt = "^0.6.2"
2929
jsonpath-rw = "^1.4.0"
30-
semver = "^3.0.2"
30+
semver = "^3.0.3"
3131
gitpython = "^3.1.44"
3232
requests = "^2.32.3"
3333
boto3 = "^1.36.1"

0 commit comments

Comments
 (0)