Skip to content

Commit 93451f5

Browse files
Upgrade: [dependabot] - bump semver from 3.0.3 to 3.0.4 (#1610)
Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.3 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> </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 /> </blockquote> </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>See full diff in <a href="https://github.com/python-semver/python-semver/compare/3.0.3...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.3&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>
1 parent 48b0371 commit 93451f5

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.3"
30+
semver = "^3.0.4"
3131
gitpython = "^3.1.44"
3232
requests = "^2.32.3"
3333
boto3 = "^1.36.1"

0 commit comments

Comments
 (0)