dependabot[bot] opened a new pull request, #1939: URL: https://github.com/apache/libcloud/pull/1939
Bumps [tox](https://github.com/tox-dev/tox) from 4.4.2 to 4.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/tox/releases">tox's releases</a>.</em></p> <blockquote> <h2>4.8.0</h2> <h2>What's Changed</h2> <ul> <li>Correct "notset" typo in --hashseed's --help text. by <a href="https://github.com/lamby"><code>@lamby</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3082">tox-dev/tox#3082</a></li> <li>Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3085">tox-dev/tox#3085</a></li> <li>Allow extending lists with --override foo+=bar by <a href="https://github.com/stefanor"><code>@stefanor</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3088">tox-dev/tox#3088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lamby"><code>@lamby</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3082">tox-dev/tox#3082</a></li> <li><a href="https://github.com/stefanor"><code>@stefanor</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3088">tox-dev/tox#3088</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.7.0...4.8.0">https://github.com/tox-dev/tox/compare/4.7.0...4.8.0</a></p> <h2>4.7.0</h2> <h2>What's Changed</h2> <ul> <li>Fix doc alignment and link check by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3059">tox-dev/tox#3059</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3061">tox-dev/tox#3061</a></li> <li>Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3063">tox-dev/tox#3063</a></li> <li>Update a test regex to work with Python 3.12+ by <a href="https://github.com/hroncok"><code>@hroncok</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3066">tox-dev/tox#3066</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3067">tox-dev/tox#3067</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3070">tox-dev/tox#3070</a></li> <li>Remove broken link by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3072">tox-dev/tox#3072</a></li> <li>Add sponsor button for tidelift by <a href="https://github.com/jugmac00"><code>@jugmac00</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3079">tox-dev/tox#3079</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3081">tox-dev/tox#3081</a></li> <li>Make --hashseed default to PYTHONHASHSEED, if defined by <a href="https://github.com/paravoid"><code>@paravoid</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3076">tox-dev/tox#3076</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.6.4...4.7.0">https://github.com/tox-dev/tox/compare/4.6.4...4.7.0</a></p> <h2>4.6.4</h2> <h2>What's Changed</h2> <ul> <li>Ensure tox r -e docs generates the documentation by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3047">tox-dev/tox#3047</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3051">tox-dev/tox#3051</a></li> <li>Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3052">tox-dev/tox#3052</a></li> <li>s/setup.cfg/pyproject.toml/ in the development docs by <a href="https://github.com/sk1p"><code>@sk1p</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3058">tox-dev/tox#3058</a></li> <li>Fix hang and zombie process on interrupt (CTRL-C). by <a href="https://github.com/sk1p"><code>@sk1p</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3057">tox-dev/tox#3057</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.6.3...4.6.4">https://github.com/tox-dev/tox/compare/4.6.3...4.6.4</a></p> <h2>4.6.3</h2> <h2>What's Changed</h2> <ul> <li>Made issue template have less whitespace by <a href="https://github.com/jamesbraza"><code>@jamesbraza</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3038">tox-dev/tox#3038</a></li> <li>Docs link of env var subs section to <code>set_env</code> by <a href="https://github.com/jamesbraza"><code>@jamesbraza</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3039">tox-dev/tox#3039</a></li> <li>Removed duplicate text in bug report template by <a href="https://github.com/jamesbraza"><code>@jamesbraza</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3040">tox-dev/tox#3040</a></li> <li>Ensure <code>get_requires*</code> hook is called before <code>prepare_metadata*</code> by <a href="https://github.com/abravalheri"><code>@abravalheri</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3044">tox-dev/tox#3044</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jamesbraza"><code>@jamesbraza</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3038">tox-dev/tox#3038</a></li> <li><a href="https://github.com/abravalheri"><code>@abravalheri</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3044">tox-dev/tox#3044</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/main/docs/changelog.rst">tox's changelog</a>.</em></p> <blockquote> <h2>v4.8.0 (2023-08-12)</h2> <p>Features - 4.8.0</p> <pre><code>- ``--override`` can now take options in the form of ``foo+=bar`` which will append ``bar`` to the end of an existing list/dict, rather than replacing it. (:issue:`3087`) <h2>v4.7.0 (2023-08-08)</h2> <p>Features - 4.7.0 </code></pre></p> <ul> <li>Make --hashseed default to PYTHONHASHSEED, if defined - by :user:<code>paravoid</code>. The main motivation for this is to able to set the hash seed when building the documentation with "tox -e docs", and thus avoid embedding a random value in the tox documentation for --help. This caused documentation builds to fail to build reproducibly. (:issue:<code>2942</code>)</li> </ul> <p>Bugfixes - 4.7.0</p> <pre><code>- Update a regular expression in tests to match the exception message in both Python 3.12 and older. (:issue:`3065`) <p>Improved Documentation - 4.7.0 </code></pre></p> <ul> <li>Fix broken links - by :user:<code>gaborbernat</code>. (:issue:<code>3072</code>)</li> </ul> <h2>v4.6.4 (2023-07-06)</h2> <p>Bugfixes - 4.6.4</p> <pre><code>- Fix hang and zombie process on interrupt (CTRL-C). (:issue:`3056`) <h2>v4.6.3 (2023-06-19)</h2> <p>Bugfixes - 4.6.3 </code></pre></p> <ul> <li>Ensure that <code>get_requires_for_build_wheel</code> is called before <code>prepare_metadata_for_build_wheel</code>, and <code>get_requires_for_build_editable</code> is called before <code>prepare_metadata_for_build_editable</code> - by :user:<code>abravalheri</code>. (:issue:<code>3043</code>)</li> </ul> <p>Improved Documentation - 4.6.3</p> <pre><code>- Linked environment variable substitutions docs in ``set_env`` and ``pass_env`` config docs. (:issue:`3039`) </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/tox/commit/f516cb5dde536ff07c9327c722563f3779018eba"><code>f516cb5</code></a> release 4.8.0</li> <li><a href="https://github.com/tox-dev/tox/commit/3b56b5c523e442efa40819a00f4e9ed92de35a3b"><code>3b56b5c</code></a> Allow extending lists with --override foo+=bar (<a href="https://redirect.github.com/tox-dev/tox/issues/3088">#3088</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/b40dc3febe91b520dc415c0d9b9bb830248e747e"><code>b40dc3f</code></a> Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (<a href="https://redirect.github.com/tox-dev/tox/issues/3085">#3085</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/d50ac1d7600e2602028499d2f7ef8f67ba8fb0e8"><code>d50ac1d</code></a> Correct "notset" typo in --hashseed's --help text. (<a href="https://redirect.github.com/tox-dev/tox/issues/3082">#3082</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/dc5347609f9f8165a185face4bc4a3029ecb6ee5"><code>dc53476</code></a> release 4.7.0</li> <li><a href="https://github.com/tox-dev/tox/commit/bf6109288654a1273c52deae71a28efd17539213"><code>bf61092</code></a> Make --hashseed default to PYTHONHASHSEED, if defined (<a href="https://redirect.github.com/tox-dev/tox/issues/3076">#3076</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/2cd8c0018fe79d889167e7fdbab383ab61e9cd2c"><code>2cd8c00</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/tox/issues/3081">#3081</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/434b443b7f3ce7569f111a90c12a16d43ad9ff94"><code>434b443</code></a> Rename .FUNDING.yml to FUNDING.yml</li> <li><a href="https://github.com/tox-dev/tox/commit/18c2f2849afd7d26bf715dd0b2263574113d7ef1"><code>18c2f28</code></a> Add sponsor button for tidelift (<a href="https://redirect.github.com/tox-dev/tox/issues/3079">#3079</a>)</li> <li><a href="https://github.com/tox-dev/tox/commit/5e28aff15cea3873ec4c999c852071482e8394d1"><code>5e28aff</code></a> Remove broken link (<a href="https://redirect.github.com/tox-dev/tox/issues/3072">#3072</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/4.4.2...4.8.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org