Skip to content

Commit f4ac55d

Browse files
chore(deps-dev): update tox requirement from 4.15.0 to 4.15.1 (#629)
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. <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.15.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix skip with package = wheel by <a href="https://github.com/MarcinKonowalczyk"><code>@​MarcinKonowalczyk</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3269">tox-dev/tox#3269</a></li> <li>Fixed typo in user guide. by <a href="https://github.com/carltongibson"><code>@​carltongibson</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3277">tox-dev/tox#3277</a></li> <li>Fix broad build privileges @ GHA release workflow by <a href="https://github.com/webknjaz"><code>@​webknjaz</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3281">tox-dev/tox#3281</a></li> <li>Allow <code>ConfigSet.add_config</code> to receive parameterized generics for <code>of_type</code>. by <a href="https://github.com/ssbarnea"><code>@​ssbarnea</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3288">tox-dev/tox#3288</a></li> <li>Fix section substitution with setenv by <a href="https://github.com/JJLLWW"><code>@​JJLLWW</code></a> in <a href="https://redirect.github.com/tox-dev/tox/pull/3289">tox-dev/tox#3289</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MarcinKonowalczyk"><code>@​MarcinKonowalczyk</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3269">tox-dev/tox#3269</a></li> <li><a href="https://github.com/carltongibson"><code>@​carltongibson</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3277">tox-dev/tox#3277</a></li> <li><a href="https://github.com/JJLLWW"><code>@​JJLLWW</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/3289">tox-dev/tox#3289</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.15.0...4.15.1">https://github.com/tox-dev/tox/compare/4.15.0...4.15.1</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.15.1 (2024-06-05)</h2> <p>Features - 4.15.1</p> <pre><code>- Fix ``skip_missing_interpreters`` option for ``package = wheel`` (:issue:`3269`) <p>Bugfixes - 4.15.1 </code></pre></p> <ul> <li>Fix section substitution with setenv. (:issue:<code>3262</code>)</li> <li>Allow <code>ConfigSet.add_config</code> to receive parameterized generics for <code>of_type</code>. (:issue:<code>3288</code>)</li> </ul> <h2>v4.15.0 (2024-04-26)</h2> <p>Features - 4.15.0</p> <pre><code>- Add support for multiple appending override options (-x, --override) on command line - by :user:`amitschang`. (:issue:`3261`) - Add support for inverting exit code success criteria using bang (!) (:issue:`3271`) <p>Bugfixes - 4.15.0 </code></pre></p> <ul> <li>Fix issue that the leading character <code>c</code> was dropped from packages in constraints files - by :user:<code>jugmac00</code>. (:issue:<code>3247</code>)</li> <li>Allow appending to <code>deps</code> with <code>--override testenv.deps+=foo</code> - by :user:<code>stefanor</code>. (:issue:<code>3256</code>)</li> <li>Fix non-existing branch <code>rewrite</code> in the documentation to <code>main</code>. (:issue:<code>3257</code>)</li> <li>Update test typing for build 1.2.0, which has an explicit <code>Distribution</code> type - by :user:<code>stefanor</code>. (:issue:<code>3260</code>)</li> <li>Fix broken input parsing for <code>--discover</code> flag. - by :user:<code>mimre25</code> (:issue:<code>3272</code>)</li> </ul> <p>Improved Documentation - 4.15.0</p> <pre><code>- Rephrase ``--discover`` flag's description to avoid confusion between paths and executables. - by :user:`mimre25` (:issue:`3274`) <h2>v4.14.2 (2024-03-22)</h2> <p>Bugfixes - 4.14.2</p> <pre><code>- Add provision arguments to ToxParser to fix crash when provisioning new tox environment without list-dependencies by :user:`seyidaniels` (:issue:`3190`) Improved Documentation - 4.14.2 &lt;/code&gt;&lt;/pre&gt; &lt;ul&gt; &lt;li&gt;Removed unused line from the 'fresh_subprocess' documentation. (:issue:&lt;code&gt;3241&lt;/code&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;v4.14.1 (2024-03-06)&lt;/h2&gt; &lt;p&gt;Bugfixes - 4.14.1&lt;/p&gt; &lt;pre&gt;&lt;code&gt;- Fix crash with fresh subprocess, if the build backend is setuptools automatically enable fresh subprocesses for build backend calls - by :user:`gaborbernat`. (:issue:`3235`) &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;tox-dev/tox@079000fe80bb9baa3eb0e7f8f53f932810942d14&quot;&gt;&lt;code&gt;079000f&lt;/code&gt;&lt;/a&gt; release 4.15.1&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@489ad821e5b9c6d5aff500e1b3abc4292f52a2dc&quot;&gt;&lt;code&gt;489ad82&lt;/code&gt;&lt;/a&gt; Fix section substitution with setenv (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3289&quot;&gt;#3289&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@7317225d179a7bd70cbe409f5273d6aa3ffac488&quot;&gt;&lt;code&gt;7317225&lt;/code&gt;&lt;/a&gt; Allow &lt;code&gt;ConfigSet.add_config&lt;/code&gt; to receive parameterized generics for &lt;code&gt;of_type&lt;/code&gt;....&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@406f80887f757ba430c79280ad767492cf046296&quot;&gt;&lt;code&gt;406f808&lt;/code&gt;&lt;/a&gt; [pre-commit.ci] pre-commit autoupdate (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3283&quot;&gt;#3283&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@5c28d9c180679ee712a2974f4bb7d4765295bd48&quot;&gt;&lt;code&gt;5c28d9c&lt;/code&gt;&lt;/a&gt; [pre-commit.ci] pre-commit autoupdate (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3279&quot;&gt;#3279&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@f4e257c3a4ea000e07d5b670836d439f5e11fce6&quot;&gt;&lt;code&gt;f4e257c&lt;/code&gt;&lt;/a&gt; Fix broad build privileges @ GHA release workflow (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3281&quot;&gt;#3281&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@77564a1aa04300a8b2cecf8f871864d60019d645&quot;&gt;&lt;code&gt;77564a1&lt;/code&gt;&lt;/a&gt; Fixed typo in user guide.&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@e2f66b1b890f57a468c639c8c5ce7993d98ce447&quot;&gt;&lt;code&gt;e2f66b1&lt;/code&gt;&lt;/a&gt; [pre-commit.ci] auto fixes from pre-commit.com hooks&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@9afc9cba99ed0f1b163a1a96727a3bf231a4f951&quot;&gt;&lt;code&gt;9afc9cb&lt;/code&gt;&lt;/a&gt; [pre-commit.ci] pre-commit autoupdate&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;tox-dev/tox@3db98229ac0730e204b832c911861249d389070c&quot;&gt;&lt;code&gt;3db9822&lt;/code&gt;&lt;/a&gt; fix skip with package = wheel (&lt;a href=&quot;https://redirect.github.com/tox-dev/tox/issues/3269&quot;&gt;#3269&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;See full diff in &lt;a href=&quot;tox-dev/tox@4.15.0...4.15.1&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/details&gt; &lt;br /&gt; </code></pre> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8a4ac9 commit f4ac55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pep8-naming = "0.14.1"
9393
isort = "5.13.2"
9494
autopep8 = "2.2.0"
9595
mypy = "1.10.0"
96-
tox = "4.15.0"
96+
tox = "4.15.1"
9797
xmldiff = "2.7.0"
9898
bandit = "1.7.8"
9999

0 commit comments

Comments
 (0)