Skip to content

Commit

Permalink
chore(deps-dev): Bump python-semantic-release from 9.8.6 to 9.8.7 (#220)
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.6 to 9.8.7.
<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>
<h1>v9.8.7 (2024-08-20)</h1>
<h2>Fixes</h2>
<ul>
<li>
<p>Provide <code>context.history</code> global in release notes
templates (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1005">#1005</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5bd91b4d7ac33ddf10446f3e66d7d11e0724aeb2"><code>5bd91b4</code></a>)</p>
</li>
<li>
<p><strong>release-notes:</strong> provide <code>context.history</code>
global in release note templates (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5bd91b4d7ac33ddf10446f3e66d7d11e0724aeb2"><code>5bd91b4</code></a>)</p>
</li>
<li>
<p><strong>release-notes:</strong> fix noop-changelog to print raw
release notes (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5bd91b4d7ac33ddf10446f3e66d7d11e0724aeb2"><code>5bd91b4</code></a>)</p>
</li>
</ul>
<h2>Documentation</h2>
<ul>
<li>
<p>Use pinned version for GHA examples (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1004">#1004</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5fdf7614c036a77ffb051cd30f57d0a63c062c0d"><code>5fdf761</code></a>)</p>
</li>
<li>
<p><strong>changelog:</strong> clarify description of the default
changelog generation process (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/399fa6521d5c6c4397b1d6e9b13ea7945ae92543"><code>399fa65</code></a>)</p>
</li>
<li>
<p><strong>configuration:</strong> clarify <code>changelog_file</code>
vs <code>template_dir</code> option usage (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/a7199c8cd6041a9de017694302e49b139bbcb034"><code>a7199c8</code></a>)</p>
</li>
<li>
<p><strong>configuration:</strong> fix build_command_env table rendering
(<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/996">#996</a>,
<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/a5eff0bfe41d2fd5d9ead152a132010b718b7772"><code>a5eff0b</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> adjust formatting &amp; version
warning in code snippets (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5fdf7614c036a77ffb051cd30f57d0a63c062c0d"><code>5fdf761</code></a>)</p>
</li>
<li>
<p><strong>github-actions:</strong> use pinned version for GHA examples
(<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5fdf7614c036a77ffb051cd30f57d0a63c062c0d"><code>5fdf761</code></a>)</p>
</li>
</ul>
<h2>Issues Resolved</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/983">#983</a>:
<em>When template folder is present, changelog_file is ignored</em></p>
</li>
<li>
<p><a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/984">#984</a>:
<em>jinja2.exceptions.UndefinedError: 'context' is undefined</em></p>
</li>
<li>
<p><a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1003">#1003</a>:
<em>pinning GHA workflow</em></p>
</li>
</ul>
<hr />
<p><strong>Detailed Changes</strong>: <a
href="https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.6...v9.8.7">https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.6...v9.8.7</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.8.7 (2024-08-20)</h2>
<h3>Documentation</h3>
<ul>
<li>
<p>docs: use pinned version for GHA examples (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1004">#1004</a>)</p>
</li>
<li>
<p>docs(github-actions): use pinned version for GHA examples</p>
<p>Fixes <a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1003">#1003</a></p>
</li>
<li>
<p>chore(scripts): add auto version bump to non dynamic docs text (i.e.
code snippets)</p>
</li>
<li>
<p>docs(github-actions): adjust formatting &amp; version warning in code
snippets</p>
</li>
<li>
<p>style(docs-github-actions): adjust formatting for readability</p>
</li>
</ul>
<hr />
<p>Co-authored-by: codejedi365 &lt;<a
href="mailto:codejedi365@gmail.com">codejedi365@gmail.com</a>&gt; (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5fdf7614c036a77ffb051cd30f57d0a63c062c0d"><code>5fdf761</code></a>)</p>
<ul>
<li>
<p>docs(configuration): fix build_command_env table rendering (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/996">#996</a>)
(<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/a5eff0bfe41d2fd5d9ead152a132010b718b7772"><code>a5eff0b</code></a>)</p>
</li>
<li>
<p>docs(changelog): clarify description of the default changelog
generation process (<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/399fa6521d5c6c4397b1d6e9b13ea7945ae92543"><code>399fa65</code></a>)</p>
</li>
<li>
<p>docs(configuration): clarify <code>changelog_file</code> vs
<code>template_dir</code> option usage</p>
</li>
</ul>
<p>Provided additional description that warns about the
mutually-exclusive nature of
the <code>changelog_file</code> option and the <code>template_dir</code>
option.</p>
<p>Resolves: <a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/983">#983</a>
(<a
href="https://github.com/python-semantic-release/python-semantic-release/commit/a7199c8cd6041a9de017694302e49b139bbcb034"><code>a7199c8</code></a>)</p>
<h3>Fix</h3>
<ul>
<li>
<p>fix: provide <code>context.history</code> global in release notes
templates (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1005">#1005</a>)</p>
</li>
<li>
<p>fix(release-notes): provide <code>context.history</code> global in
release note templates</p>
<p>Temporarily return the <code>context.history</code> variable to
release notes generation
as many users are using it in their release documentation. It was never
intended
to be provided and will be removed in the future.</p>
<p>context was removed in <code>v9.8.3</code> during a refactor and
condensing of changelog
and release notes functionality.</p>
<p>Resolves: <a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/984">#984</a></p>
</li>
<li>
<p>fix(release-notes): fix noop-changelog to print raw release notes</p>
<p>Some markdown sequences can be interpreted as ansi escape sequences
which dilute
debugging of release note templates by the user. This change ensures the
raw</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/708671d0eb33bcbea78c5a3d81ae04c60deeddf3"><code>708671d</code></a>
9.8.7</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5bd91b4d7ac33ddf10446f3e66d7d11e0724aeb2"><code>5bd91b4</code></a>
fix: provide <code>context.history</code> global in release notes
templates (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1005">#1005</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/f45d60d9cfc5eae434c2e9d1c0331eb9cce33d92"><code>f45d60d</code></a>
style: beautify 5fdf7614c036a77ffb051cd30f57d0a63c062c0d</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/5fdf7614c036a77ffb051cd30f57d0a63c062c0d"><code>5fdf761</code></a>
docs: use pinned version for GHA examples (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/1004">#1004</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/a5eff0bfe41d2fd5d9ead152a132010b718b7772"><code>a5eff0b</code></a>
docs(configuration): fix build_command_env table rendering (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/996">#996</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/4e59b501374fe6c6f822cc0e9eb41da3e896f642"><code>4e59b50</code></a>
build(deps-dev): update pytest requirement from ~=7.0 to ~=8.3 (<a
href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/987">#987</a>)</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/399fa6521d5c6c4397b1d6e9b13ea7945ae92543"><code>399fa65</code></a>
docs(changelog): clarify description of the default changelog generation
process</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/a7199c8cd6041a9de017694302e49b139bbcb034"><code>a7199c8</code></a>
docs(configuration): clarify <code>changelog_file</code> vs
<code>template_dir</code> option usage</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/de86b098c5df30439dc138c7f5ed4810fe458dfe"><code>de86b09</code></a>
chore(github): improve issue reporting template formats &amp; input</li>
<li><a
href="https://github.com/python-semantic-release/python-semantic-release/commit/95fc664bf5ab32f86a26956e772cd8e88448c2e0"><code>95fc664</code></a>
chore(github): add pull request template</li>
<li>See full diff in <a
href="https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.6...v9.8.7">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.6&new-version=9.8.7)](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 Aug 20, 2024
1 parent d283e7a commit 5990b91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.6"
python-semantic-release = "^9.8.7"

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

0 comments on commit 5990b91

Please sign in to comment.