dependabot[bot] opened a new pull request, #1948:
URL: https://github.com/apache/libcloud/pull/1948

   Bumps [tox](https://github.com/tox-dev/tox) from 4.8.0 to 4.10.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.10.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Set basepython for docs env in alignment to Read the Docs default by <a 
href="https://github.com/jugmac00";><code>@​jugmac00</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3097";>tox-dev/tox#3097</a></li>
   <li>Document release process by <a 
href="https://github.com/jugmac00";><code>@​jugmac00</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3094";>tox-dev/tox#3094</a></li>
   <li>Replace undefined settings with overrides when appending by <a 
href="https://github.com/stefanor";><code>@​stefanor</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3101";>tox-dev/tox#3101</a></li>
   <li>Accept environments with defined factors or of python selector form - 
suggest closest by <a 
href="https://github.com/BeyondEvil";><code>@​BeyondEvil</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3099";>tox-dev/tox#3099</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/BeyondEvil";><code>@​BeyondEvil</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3099";>tox-dev/tox#3099</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/tox/compare/4.9.0...4.10.0";>https://github.com/tox-dev/tox/compare/4.9.0...4.10.0</a></p>
   <h2>4.9.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Disallow command line environments which are not explicitly specified in 
the config file by <a 
href="https://github.com/tjsmart";><code>@​tjsmart</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3089";>tox-dev/tox#3089</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/3091";>tox-dev/tox#3091</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/tjsmart";><code>@​tjsmart</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tox-dev/tox/pull/3089";>tox-dev/tox#3089</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/tox/compare/4.8.0...4.9.0";>https://github.com/tox-dev/tox/compare/4.8.0...4.9.0</a></p>
   </blockquote>
   </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.10.0 (2023-08-21)</h2>
   <p>Features - 4.10.0</p>
   <pre><code>- Change accepted environment name rule: must be made up of 
factors defined in configuration or match regex
     ``(pypy|py|cython|)((\d(\.\d+(\.\d+)?)?)|\d+)?``. If an environment name 
does not match this fail, and if a close match
     found suggest that to the user. (:issue:`3099`)
   <p>Bugfixes - 4.10.0
   </code></pre></p>
   <ul>
   <li><code>--override foo+=bar</code> appending syntax will now work 
correctly when <code>foo</code> wasn't defined in <code>tox.ini</code>. 
(:issue:<code>3100</code>)</li>
   </ul>
   <h2>v4.9.0 (2023-08-16)</h2>
   <p>Features - 4.9.0</p>
   <pre><code>- Disallow command line environments which are not explicitly 
specified in the config file - by :user:`tjsmart`. (:issue:`2858`)
   </code></pre>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tox-dev/tox/commit/9ceec6ec7d6a330bb45511165ca6f2882366cb8b";><code>9ceec6e</code></a>
 release 4.10.0</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/10245925b412de71eb8bfeb4e053234c1ccfdeb6";><code>1024592</code></a>
 Accept environments with defined factors or of python selector form - 
suggest...</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/6b8e83aebec88743ca4a3b50379ddd9b21afa36c";><code>6b8e83a</code></a>
 Replace undefined settings with overrides when appending (<a 
href="https://redirect.github.com/tox-dev/tox/issues/3101";>#3101</a>)</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/0ac71215dd77d1297a149ce60f382de825af7cc0";><code>0ac7121</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/29b5e42fe187556d10f8e0e9feddb0c93ee19e9e";><code>29b5e42</code></a>
 Document release process (<a 
href="https://redirect.github.com/tox-dev/tox/issues/3094";>#3094</a>)</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/2c4a745f81febbc91210053374857360a5bf0962";><code>2c4a745</code></a>
 Set basepython for docs env in alignment to Read the Docs default (<a 
href="https://redirect.github.com/tox-dev/tox/issues/3097";>#3097</a>)</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/3627f11bee3190abe5ce09ea114eea0d8a1f7e69";><code>3627f11</code></a>
 release 4.9.0</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/6ca8d9bf6f6613d31bd0277c90d322001a9bca34";><code>6ca8d9b</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/tox/issues/3091";>#3091</a>)</li>
   <li><a 
href="https://github.com/tox-dev/tox/commit/21244587ae7ec478645edc46cbf16098dd9f2e70";><code>2124458</code></a>
 Disallow command line environments which are not explicitly specified in the 
...</li>
   <li>See full diff in <a 
href="https://github.com/tox-dev/tox/compare/4.8.0...4.10.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=4.8.0&new-version=4.10.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>


-- 
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

Reply via email to