Parse OPML subscription lists in Python
Bumps the github-actions group with 1 update: [kurtmckee/github-workflows](https://github.com/kurtmckee/github-workflows). Updates `kurtmckee/github-workflows` from 0.4 to 1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kurtmckee/github-workflows/releases">kurtmckee/github-workflows's releases</a>.</em></p> <blockquote> <h2>v1.0</h2> <h2>Added</h2> <ul> <li> <p>Add a <code>tox-environments-from-pythons</code> boolean key which will cause a list of tox environments to be generated from the list of all configured Python interpreters.</p> </li> <li> <p>Add a <code>tox-factors</code> config option that will auto-append the factors to generated tox environment names.</p> </li> </ul> <h2>Changed</h2> <ul> <li> <p>Use the <code>tox-uv</code> plugin to speed up tox environment creation.</p> </li> <li> <p>Guarantee that a stable CPython interpreter is available for tox to use.</p> <p>Because tox only offers "best effort" support for PyPy, and might not support a given CPython alpha or beta, CPython 3.12 will now be set up automatically for tox to use.</p> <p>Just prior to running tox, <code>actions/setup-python</code> will be run again to ensure that only the requested Python interpreters are on the PATH.</p> </li> </ul> <h2>Documentation</h2> <ul> <li>Fix a typo in the README.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst">kurtmckee/github-workflows's changelog</a>.</em></p> <blockquote> <p>.. This file is a part of Kurt McKee's GitHub Workflows project. <a href="https://github.com/kurtmckee/github-workflows">https://github.com/kurtmckee/github-workflows</a> Copyright 2024 Kurt McKee <a href="mailto:[email protected]">[email protected]</a> SPDX-License-Identifier: MIT</p> <p>Kurt McKee's GitHub Workflows #############################</p> <h1>Unreleased changes</h1> <p>Unreleased changes to the code are documented in <code>changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/></code>_ in the <code>changelog.d/</code> directory on GitHub.</p> <p>.. scriv-insert-here</p> <p>.. _changelog-1.0:</p> <h1>1.0 — 2024-11-05</h1> <h2>Added</h2> <ul> <li> <p>Add a <code>tox-environments-from-pythons</code> boolean key which will cause a list of tox environments to be generated from the list of all configured Python interpreters.</p> </li> <li> <p>Add a <code>tox-factors</code> config option that will auto-append the factors to generated tox environment names.</p> </li> </ul> <h2>Changed</h2> <ul> <li> <p>Use the <code>tox-uv</code> plugin to speed up tox environment creation.</p> </li> <li> <p>Guarantee that a stable CPython interpreter is available for tox to use.</p> <p>Because tox only offers "best effort" support for PyPy, and might not support a given CPython alpha or beta, CPython 3.12 will now be set up automatically for tox to use.</p> <p>Just prior to running tox, <code>actions/setup-python</code> will be run again to ensure that only the requested Python interpreters are on the PATH.</p> </li> </ul> <h2>Documentation</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kurtmckee/github-workflows/commit/2f156c58bf4ceebc623014b407f5711899e41235"><code>2f156c5</code></a> Merge pull request <a href="https://redirect.github.com/kurtmckee/github-workflows/issues/24">#24</a> from kurtmckee/release/1.0</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/f4db68a7fd5c049a8f94d8bcafa7d9d9fbe9fecf"><code>f4db68a</code></a> Update project metadata and tool versions</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/fc4bee436d3e8a4301fde8006ca3ca534134847a"><code>fc4bee4</code></a> Merge pull request <a href="https://redirect.github.com/kurtmckee/github-workflows/issues/23">#23</a> from kurtmckee/enumerate-pythons</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/70386ce37124deefa8a8af2ee28ba5f05a76aae8"><code>70386ce</code></a> Guarantee a stable CPython interpreter is available for tox</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/4a656e7d8a8817ce70971fca53d7c72a936005cf"><code>4a656e7</code></a> Add a <code>tox-factors</code> configuration option</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/48dbbec4f29484a3c738a4fea62ebfb673648642"><code>48dbbec</code></a> Add a <code>tox-environments-from-pythons</code> boolean key</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/7addade3b87acfa6eef9d21452cfa99b7bfd49d5"><code>7addade</code></a> Merge pull request <a href="https://redirect.github.com/kurtmckee/github-workflows/issues/22">#22</a> from kurtmckee/use-tox-uv</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/464e7d41257ddf2c4ab5544ddb7a3de857546c55"><code>464e7d4</code></a> Use the <code>tox-uv</code> plugin to speed up tox environment creation</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/3e4a657c55217a9285b1f7025dcb55672473e6e6"><code>3e4a657</code></a> Merge pull request <a href="https://redirect.github.com/kurtmckee/github-workflows/issues/21">#21</a> from kurtmckee/dependabot/github_actions/github-action...</li> <li><a href="https://github.com/kurtmckee/github-workflows/commit/2e67090468cc660a37b9b2e19c8b59d77dd195d7"><code>2e67090</code></a> Bump the github-actions group with 3 updates</li> <li>Additional commits viewable in <a href="https://github.com/kurtmckee/github-workflows/compare/420931a88d3f09ca8dbce4778d145ed610c231e0...2f156c58bf4ceebc623014b407f5711899e41235">compare view</a></li> </ul> </details> <br /> [](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.