Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: github-actions: Bump python-semantic-release/python-semantic-r…
…elease from 9.0.3 to 9.1.0 (#445) Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.0.3 to 9.1.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/python-semantic-release's releases</a>.</em></p> <blockquote> <h1>v9.1.0 (2024-02-14)</h1> <h2>Build</h2> <ul> <li>build(deps): bump minimum required <code>tomlkit</code> to <code>&gt;=0.11.0</code></li> </ul> <p>TOMLDocument is missing the <code>unwrap()</code> function in <code>v0.10.2</code> which causes an AttributeError to occur when attempting to read a the text in <code>pyproject.toml</code> as discovered with <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/834">#834</a></p> <p>Resolves: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/834">#834</a> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/291aacea1d0429a3b27e92b0a20b598f43f6ea6b"><code>291aace</code></a>)</p> <h2>Documentation</h2> <ul> <li> <p>docs: add bitbucket to token table (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/56f146d9f4c0fc7f2a84ad11b21c8c45e9221782"><code>56f146d</code></a>)</p> </li> <li> <p>docs: add bitbucket authentication (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/b78a387d8eccbc1a6a424a183254fc576126199c"><code>b78a387</code></a>)</p> </li> <li> <p>docs: fix typo (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/b240e129b180d45c1d63d464283b7dfbcb641d0c"><code>b240e12</code></a>)</p> </li> </ul> <h2>Feature</h2> <ul> <li>feat: add bitbucket hvcs (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/bbbbfebff33dd24b8aed2d894de958d532eac596"><code>bbbbfeb</code></a>)</li> </ul> <h2>Fix</h2> <ul> <li>fix: remove unofficial environment variables (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/a5168e40b9a14dbd022f62964f382b39faf1e0df"><code>a5168e4</code></a>)</li> </ul> <h2>Refactor</h2> <ul> <li>refactor: add lint workaround (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/55d6e0349303e7b1a6a598a8f4eb54d708d1b27d"><code>55d6e03</code></a>)</li> </ul> <h2>Style</h2> <ul> <li> <p>style: ruff linter (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/f7f7c8a8d499126a16238e7183cde54e3ea4cea0"><code>f7f7c8a</code></a>)</p> </li> <li> <p>style: beautify 710d96482edae38438c090e5e631f2d6b6e990f2 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/d2314f86946df8a6ef30ca7a5bd163c5989e46f7"><code>d2314f8</code></a>)</p> </li> <li> <p>style(fixtures): update styling of imports on git repo fixture (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/710d96482edae38438c090e5e631f2d6b6e990f2"><code>710d964</code></a>)</p> </li> <li> <p>style: beautify 8e3f87ce801498fdbb0c1b2261b9768941c0a21c (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/16c057a8da471a696f6d6484f2cc821fd883f5ed"><code>16c057a</code></a>)</p> </li> <li> <p>style(tests): update typing & import issues (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/2597ea584ab5084ef6ab398b9ec6186a6191ac1f"><code>2597ea5</code></a>)</p> </li> </ul> <h2>Test</h2> <ul> <li> <p>test: remove environment variable tests (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/5c3fe694de5db0fc6a157a6a7717fa8c4d26f6f6"><code>5c3fe69</code></a>)</p> </li> <li> <p>test: add bitbucket to changelog unit test (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/c33f8ff37e007a944b5fb1884b9e05b33ccd2047"><code>c33f8ff</code></a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/python-semantic-release's changelog</a>.</em></p> <blockquote> <h2>v9.1.0 (2024-02-14)</h2> <h3>Build</h3> <ul> <li>build(deps): bump minimum required <code>tomlkit</code> to <code>&gt;=0.11.0</code></li> </ul> <p>TOMLDocument is missing the <code>unwrap()</code> function in <code>v0.10.2</code> which causes an AttributeError to occur when attempting to read a the text in <code>pyproject.toml</code> as discovered with <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/834">#834</a></p> <p>Resolves: <a href="https://redirect.github.com/python-semantic-release/python-semantic-release/issues/834">#834</a> (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/291aacea1d0429a3b27e92b0a20b598f43f6ea6b"><code>291aace</code></a>)</p> <h3>Documentation</h3> <ul> <li> <p>docs: add bitbucket to token table (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/56f146d9f4c0fc7f2a84ad11b21c8c45e9221782"><code>56f146d</code></a>)</p> </li> <li> <p>docs: add bitbucket authentication (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/b78a387d8eccbc1a6a424a183254fc576126199c"><code>b78a387</code></a>)</p> </li> <li> <p>docs: fix typo (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/b240e129b180d45c1d63d464283b7dfbcb641d0c"><code>b240e12</code></a>)</p> </li> </ul> <h3>Feature</h3> <ul> <li>feat: add bitbucket hvcs (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/bbbbfebff33dd24b8aed2d894de958d532eac596"><code>bbbbfeb</code></a>)</li> </ul> <h3>Fix</h3> <ul> <li>fix: remove unofficial environment variables (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/a5168e40b9a14dbd022f62964f382b39faf1e0df"><code>a5168e4</code></a>)</li> </ul> <h3>Refactor</h3> <ul> <li>refactor: add lint workaround (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/55d6e0349303e7b1a6a598a8f4eb54d708d1b27d"><code>55d6e03</code></a>)</li> </ul> <h3>Style</h3> <ul> <li> <p>style: ruff linter (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/f7f7c8a8d499126a16238e7183cde54e3ea4cea0"><code>f7f7c8a</code></a>)</p> </li> <li> <p>style: beautify 710d96482edae38438c090e5e631f2d6b6e990f2 (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/d2314f86946df8a6ef30ca7a5bd163c5989e46f7"><code>d2314f8</code></a>)</p> </li> <li> <p>style(fixtures): update styling of imports on git repo fixture (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/710d96482edae38438c090e5e631f2d6b6e990f2"><code>710d964</code></a>)</p> </li> <li> <p>style: beautify 8e3f87ce801498fdbb0c1b2261b9768941c0a21c (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/16c057a8da471a696f6d6484f2cc821fd883f5ed"><code>16c057a</code></a>)</p> </li> <li> <p>style(tests): update typing & import issues (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/2597ea584ab5084ef6ab398b9ec6186a6191ac1f"><code>2597ea5</code></a>)</p> </li> </ul> <h3>Test</h3> <ul> <li> <p>test: remove environment variable tests (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/5c3fe694de5db0fc6a157a6a7717fa8c4d26f6f6"><code>5c3fe69</code></a>)</p> </li> <li> <p>test: add bitbucket to changelog unit test (<a href="https://github.com/python-semantic-release/python-semantic-release/commit/c33f8ff37e007a944b5fb1884b9e05b33ccd2047"><code>c33f8ff</code></a>)</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/82bfcd3ba619ce6bda0eb79b903be48d3ac5ff2c"><code>82bfcd3</code></a> 9.1.0</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/f7f7c8a8d499126a16238e7183cde54e3ea4cea0"><code>f7f7c8a</code></a> style: ruff linter</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/56f146d9f4c0fc7f2a84ad11b21c8c45e9221782"><code>56f146d</code></a> docs: add bitbucket to token table</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/55d6e0349303e7b1a6a598a8f4eb54d708d1b27d"><code>55d6e03</code></a> refactor: add lint workaround</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/5c3fe694de5db0fc6a157a6a7717fa8c4d26f6f6"><code>5c3fe69</code></a> test: remove environment variable tests</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/b78a387d8eccbc1a6a424a183254fc576126199c"><code>b78a387</code></a> docs: add bitbucket authentication</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/a5168e40b9a14dbd022f62964f382b39faf1e0df"><code>a5168e4</code></a> fix: remove unofficial environment variables</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/c33f8ff37e007a944b5fb1884b9e05b33ccd2047"><code>c33f8ff</code></a> test: add bitbucket to changelog unit test</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/b240e129b180d45c1d63d464283b7dfbcb641d0c"><code>b240e12</code></a> docs: fix typo</li> <li><a href="https://github.com/python-semantic-release/python-semantic-release/commit/bbbbfebff33dd24b8aed2d894de958d532eac596"><code>bbbbfeb</code></a> feat: add bitbucket hvcs</li> <li>Additional commits viewable in <a href="https://github.com/python-semantic-release/python-semantic-release/compare/v9.0.3...v9.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-semantic-release/python-semantic-release&package-manager=github_actions&previous-version=9.0.3&new-version=9.1.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