Skip to content

Commit

Permalink
chore(deps-dev): Bump python-semantic-release from 9.8.9 to 9.9.0 (#225)
Browse files Browse the repository at this point in the history
Bumps
[python-semantic-release](https://github.com/python-semantic-release/python-semantic-release)
from 9.8.9 to 9.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-semantic-release/python-semantic-release/releases">python-semantic-release's
releases</a>.</em></p>
<blockquote>
<h2>v9.9.0 (2024-09-28)</h2>
<h3>Features</h3>
<ul>
<li><strong>github-actions:</strong> add <code>is_prerelease</code>
output to the version action (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1038">#1038</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/6a5d35d0d9124d6a6ee7910711b4154b006b8773"><code>6a5d35d</code></a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>
<p><strong>automatic-releases:</strong> drop extraneous GitHub push
configuration (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> add configuration &amp; description
of publish action (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> add description of new
<code>is_prerelease</code> output for version action (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1038">#1038</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/6a5d35d0d9124d6a6ee7910711b4154b006b8773"><code>6a5d35d</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> clarify &amp; consolidate GitHub
Actions usage docs (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> expand descriptions &amp; clarity of
actions configs (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> revert removal of namespace prefix
from examples (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
<li>
<p><strong>homepage:</strong> remove link to old GitHub config &amp;
update token scope config (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
</ul>
<h3>Resolved Issues</h3>
<ul>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/issues/907">#907</a>:
GitHub Actions documentation inconsistency</li>
</ul>
<hr />
<p><strong>Detailed Changes</strong>: <a
href="https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.9...v9.9.0">v9.8.9...v9.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md">python-semantic-release's
changelog</a>.</em></p>
<blockquote>
<h2>v9.9.0 (2024-09-28)</h2>
<h3>Documentation</h3>
<ul>
<li>
<p>docs(github-actions): clarify &amp; consolidate GitHub Actions usage
docs (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>)</p>
<p>Resolves: <a
href="https://github.com/python-semantic-release/python-semantic-release/issues/907">#907</a></p>
</li>
<li>
<p>chore(scripts): remove non-existant file from version bump script</p>
</li>
<li>
<p>docs(automatic-releases): drop extrenous github push
configuration</p>
</li>
<li>
<p>docs(homepage): remove link to old github config &amp; update token
scope config</p>
</li>
<li>
<p>docs(github-actions): expand descriptions &amp; clarity of actions
configs</p>
</li>
<li>
<p>docs(github-actions): add configuration &amp; description of publish
action</p>
</li>
<li>
<p>docs(github-actions): revert removal of namespace prefix from
examples (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>)</p>
</li>
</ul>
<h3>Feature</h3>
<ul>
<li>
<p>feat(github-actions): add <code>is_prerelease</code> output to the
version action (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1038">#1038</a>)</p>
</li>
<li>
<p>test(github-actions): add test to ensure <code>is_prerelease</code>
is a action output</p>
</li>
<li>
<p>docs(github-actions): add description of new
<code>is_prerelease</code> output for version action (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/6a5d35d0d9124d6a6ee7910711b4154b006b8773"><code>6a5d35d</code></a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/fd8c509df1f16daf3f71a9a6fac49247017017b2"><code>fd8c509</code></a>
9.9.0</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/6a5d35d0d9124d6a6ee7910711b4154b006b8773"><code>6a5d35d</code></a>
feat(github-actions): add <code>is_prerelease</code> output to the
version action (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1038">#1038</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/acce60663d3876c00a418b430187ed8d70122544"><code>acce606</code></a>
ci(main-wkflow): add file type filter to regulate testing jobs (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1037">#1037</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/87765c254a8c024ac97d8a13aff5953012bac77f"><code>87765c2</code></a>
ci(pr-wkflow): add formatting enforcement to lint job to match main</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/c7ad31184f83e33115102fbccb5b2345e36297d5"><code>c7ad311</code></a>
ci(main-wkflow): remove beautify job &amp; enforce style via linter</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/d46596a99945dd813d1f44d9097668051697c463"><code>d46596a</code></a>
ci(pr-workflow): limit which workflow files trigger full testing (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1033">#1033</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/2135c68ccbdad94378809902b52fcad546efd5b3"><code>2135c68</code></a>
docs(github-actions): clarify &amp; consolidate GitHub Actions usage
docs (<a
href="https://github.com/python-semantic-release/python-semantic-release/issues/1011">#1011</a>)</li>
<li>See full diff in <a
href="https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.9...v9.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-semantic-release&package-manager=pip&previous-version=9.8.9&new-version=9.9.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 12b15cb commit 3dffe85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ toml = "^0.10.2"
types-toml = "^0.10.8"
xenon = "^0.9.1"
radon = "^6.0.1"
python-semantic-release = "^9.8.9"
python-semantic-release = "^9.9.0"

[tool.poetry.scripts]
cfn-guard-test = "cfn_guard_test:main"
Expand Down

0 comments on commit 3dffe85

Please # to comment.