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

   Bumps [tox](https://github.com/tox-dev/tox) from 3.25.1 to 4.5.1.
   <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>Test Trusted Publisher</h2>
   <p>No release notes provided.</p>
   <h2>4.5.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump deps and tools by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2987";>tox-dev/tox#2987</a></li>
   <li>git: Ignore the .lock file for demo_pkg_inline by <a 
href="https://github.com/hroncok";><code>@​hroncok</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2988";>tox-dev/tox#2988</a></li>
   <li>Add FAQ entry on how to test against EOL Python versions by <a 
href="https://github.com/jugmac00";><code>@​jugmac00</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2991";>tox-dev/tox#2991</a></li>
   <li>Feature: suppress step timings for verbosity=1 <a 
href="https://redirect.github.com/tox-dev/tox/issues/2891";>#2891</a> by <a 
href="https://github.com/nedbat";><code>@​nedbat</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2992";>tox-dev/tox#2992</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/tox/compare/4.4.12...4.5.0";>https://github.com/tox-dev/tox/compare/4.4.12...4.5.0</a></p>
   <h2>4.4.12</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Avoid race conditions in tests using the demo_pkg_inline fixture by <a 
href="https://github.com/hroncok";><code>@​hroncok</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2986";>tox-dev/tox#2986</a></li>
   <li>Bump deps and tools by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2981";>tox-dev/tox#2981</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/tox/compare/4.4.11...4.4.12";>https://github.com/tox-dev/tox/compare/4.4.11...4.4.12</a></p>
   <h2>4.4.11</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Allow plugins to set <code>tox_root</code> by <a 
href="https://github.com/kdestin";><code>@​kdestin</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2978";>tox-dev/tox#2978</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/kdestin";><code>@​kdestin</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2978";>tox-dev/tox#2978</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/tox/compare/4.4.10...4.4.11";>https://github.com/tox-dev/tox/compare/4.4.10...4.4.11</a></p>
   <h2>4.4.10</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump deps and tools by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2976";>tox-dev/tox#2976</a></li>
   <li>Fix <code>tox_root</code> propagation to <code>work_dir</code> by <a 
href="https://github.com/Tbruno25";><code>@​Tbruno25</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2962";>tox-dev/tox#2962</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Tbruno25";><code>@​Tbruno25</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2962";>tox-dev/tox#2962</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/tox/compare/4.4.9...4.4.10";>https://github.com/tox-dev/tox/compare/4.4.9...4.4.10</a></p>
   <h2>4.4.9</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Added python 3.11 by <a 
href="https://github.com/ElBe-Plaq";><code>@​ElBe-Plaq</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2964";>tox-dev/tox#2964</a></li>
   <li>Document running tox within a Docker container by <a 
href="https://github.com/31z4";><code>@​31z4</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2923";>tox-dev/tox#2923</a></li>
   <li>Correct Docker image working dir by <a 
href="https://github.com/31z4";><code>@​31z4</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2965";>tox-dev/tox#2965</a></li>
   <li>Avoid UnicodeDecodeError from command output by <a 
href="https://github.com/masenf";><code>@​masenf</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2970";>tox-dev/tox#2970</a></li>
   <li>Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2971";>tox-dev/tox#2971</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/ElBe-Plaq";><code>@​ElBe-Plaq</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/tox-dev/tox/pull/2964";>tox-dev/tox#2964</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>
   <h1>Release History</h1>
   <p>.. include:: _draft.rst</p>
   <p>.. towncrier release notes start</p>
   <h2>v4.5.0 (2023-04-24)</h2>
   <p>Features - 4.5.0</p>
   <pre><code>- When run with verbosity=1, the per-step timing summaries are 
suppressed at the
     end of the run.  Thanks to :user:`nedbat` at the PyCon 2023 sprints. 
(:issue:`2891`)
   <p>Improved Documentation - 4.5.0
   </code></pre></p>
   <ul>
   <li>Add FAQ entry on how to test EOL Python versions by 
:user:<code>jugmac00</code>. (:issue:<code>2989</code>)</li>
   </ul>
   <h2>v4.4.12 (2023-04-13)</h2>
   <p>Bugfixes - 4.4.12</p>
   <pre><code>- Avoid race conditions in tests using the ``demo_pkg_inline`` 
fixture. (:issue:`2985`)
   <h2>v4.4.11 (2023-04-05)</h2>
   <p>Bugfixes - 4.4.11
   </code></pre></p>
   <ul>
   <li>Fixed an issue where a tox plugin couldn't change the value of 
<code>tox_root</code>. (:issue:<code>2966</code>)</li>
   </ul>
   <h2>v4.4.10 (2023-04-05)</h2>
   <p>Bugfixes - 4.4.10</p>
   <pre><code>- Fix issue where ``work_dir`` was not correctly including 
``tox_root`` for test runs. (:issue:`2933`)
   <h2>v4.4.9 (2023-04-05)</h2>
   <p>Bugfixes - 4.4.9</p>
   <pre><code>- Instead of raising ``UnicodeDecodeError`` when command output 
includes non-utf-8 bytes,
     ``tox`` will now use ``surrogateescape`` error handling to convert the 
unrecognized bytes
   &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
   &lt;/code&gt;&lt;/pre&gt;
   &lt;/blockquote&gt;
   &lt;p&gt;... (truncated)&lt;/p&gt;
   &lt;/details&gt;
   &lt;details&gt;
   &lt;summary&gt;Commits&lt;/summary&gt;
   
   &lt;ul&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/39b2bc4887cc4a4a138d786bf85babb7c4ce69a9&quot;&gt;&lt;code&gt;39b2bc4&lt;/code&gt;&lt;/a&gt;
 Specify an environment in the release workflow (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2995&quot;&gt;#2995&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/2c23bf6015741ee59278f0e03bdaea6045740821&quot;&gt;&lt;code&gt;2c23bf6&lt;/code&gt;&lt;/a&gt;
 Use PyPI Trusted Publishers (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2994&quot;&gt;#2994&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/af43a28c46e32f9edaba7bca0edf2fc6a29610de&quot;&gt;&lt;code&gt;af43a28&lt;/code&gt;&lt;/a&gt;
 release 4.5.0&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/d223d82372e08fcca1fa4e06eed8f4b52fe89b18&quot;&gt;&lt;code&gt;d223d82&lt;/code&gt;&lt;/a&gt;
 Feature: suppress step timings for verbosity=1 &lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2891&quot;&gt;#2891&lt;/a&gt;
 (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2992&quot;&gt;#2992&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/47f13f5140a3f9235ea48596df3e86f08b03ec9d&quot;&gt;&lt;code&gt;47f13f5&lt;/code&gt;&lt;/a&gt;
 Add FAQ entry on how to test against EOL Python versions (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2991&quot;&gt;#2991&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/ff84a64c55618be281f05b7b4af44c827c48777f&quot;&gt;&lt;code&gt;ff84a64&lt;/code&gt;&lt;/a&gt;
 git: Ignore the .lock file for demo_pkg_inline (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2988&quot;&gt;#2988&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/3af29f0aaa3322bc13fc067ab534f6eb0ae6ed7a&quot;&gt;&lt;code&gt;3af29f0&lt;/code&gt;&lt;/a&gt;
 Bump deps and tools (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2987&quot;&gt;#2987&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/0d85bdb9122a525cf879437c3287fb552efeb2a7&quot;&gt;&lt;code&gt;0d85bdb&lt;/code&gt;&lt;/a&gt;
 release 4.4.12&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/bc6bc6a2e5ac608d9c6f0de5810a619a31fd101f&quot;&gt;&lt;code&gt;bc6bc6a&lt;/code&gt;&lt;/a&gt;
 Bump deps and tools (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2981&quot;&gt;#2981&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/tox-dev/tox/commit/02901007d8fba21de4ebc486f9692c56c8728af8&quot;&gt;&lt;code&gt;0290100&lt;/code&gt;&lt;/a&gt;
 Avoid race conditions in tests using the demo_pkg_inline fixture (&lt;a 
href=&quot;https://redirect.github.com/tox-dev/tox/issues/2986&quot;&gt;#2986&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;Additional commits viewable in &lt;a 
href=&quot;https://github.com/tox-dev/tox/compare/3.25.1...4.5.1&quot;&gt;compare
 view&lt;/a&gt;&lt;/li&gt;
   &lt;/ul&gt;
   &lt;/details&gt;
   
   &lt;br /&gt;
   </code></pre>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.25.1&new-version=4.5.1)](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 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...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to