Skip to content

Commit

Permalink
chore(deps-dev): update tox requirement from 4.14.2 to 4.15.0 (#603)
Browse files Browse the repository at this point in the history
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.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Remove duplicated and misleading configuration section by <a
href="https://github.com/jugmac00"><code>@​jugmac00</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3251">tox-dev/tox#3251</a></li>
<li>Fix dropped leading characters <code>c</code> from constraints'
packages by <a
href="https://github.com/jugmac00"><code>@​jugmac00</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3250">tox-dev/tox#3250</a></li>
<li>Fix type-checking by <a
href="https://github.com/stefanor"><code>@​stefanor</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3260">tox-dev/tox#3260</a></li>
<li>Update installation.rst by <a
href="https://github.com/shenxianpeng"><code>@​shenxianpeng</code></a>
in <a
href="https://redirect.github.com/tox-dev/tox/pull/3257">tox-dev/tox#3257</a></li>
<li>Allow appending to deps with the command line by <a
href="https://github.com/stefanor"><code>@​stefanor</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3259">tox-dev/tox#3259</a></li>
<li>Support multiple override appends by <a
href="https://github.com/amitschang"><code>@​amitschang</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3261">tox-dev/tox#3261</a></li>
<li>Add bang to invert exit code by <a
href="https://github.com/sillydan1"><code>@​sillydan1</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3271">tox-dev/tox#3271</a></li>
<li>fix(parser): Fix --discover parsed incorrectly from env by <a
href="https://github.com/mimre25"><code>@​mimre25</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3274">tox-dev/tox#3274</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/shenxianpeng"><code>@​shenxianpeng</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3257">tox-dev/tox#3257</a></li>
<li><a
href="https://github.com/amitschang"><code>@​amitschang</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3261">tox-dev/tox#3261</a></li>
<li><a href="https://github.com/sillydan1"><code>@​sillydan1</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3271">tox-dev/tox#3271</a></li>
<li><a href="https://github.com/mimre25"><code>@​mimre25</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3274">tox-dev/tox#3274</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.14.2...4.15.0">https://github.com/tox-dev/tox/compare/4.14.2...4.15.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.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`)

v4.14.0 (2024-03-05)
--------------------

Features - 4.14.0
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Support enabling fresh subprocess for packaging build backends
via :ref:&lt;code&gt;fresh_subprocess&lt;/code&gt; - by
:user:&lt;code&gt;gaborbernat&lt;/code&gt;.
(:issue:&lt;code&gt;3227&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Allow plugins attaching additional information to
&lt;code&gt;--version&lt;/code&gt; via
&lt;code&gt;tox_append_version_info&lt;/code&gt; method in the plugin
module - by :user:&lt;code&gt;gaborbernat&lt;/code&gt;.
(:issue:&lt;code&gt;3234&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.13.0 (2024-02-16)&lt;/h2&gt;
&lt;!-- raw HTML omitted --&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@261b4ca55686059489b1314c440f0e2fca21aca5&quot;&gt;&lt;code&gt;261b4ca&lt;/code&gt;&lt;/a&gt;
release 4.15.0&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@c54dfbd9ad4aad9f0ef5503b7dff2558cdf64208&quot;&gt;&lt;code&gt;c54dfbd&lt;/code&gt;&lt;/a&gt;
fix(parser): Fix --discover parsed incorrectly from env (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3274&quot;&gt;#3274&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@809e10f9871e75cf7b07063f47393f9c10861174&quot;&gt;&lt;code&gt;809e10f&lt;/code&gt;&lt;/a&gt;
Add bang to invert exit code (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3271&quot;&gt;#3271&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@822c9d07699aa090fb8d37cb94247ea0d085125b&quot;&gt;&lt;code&gt;822c9d0&lt;/code&gt;&lt;/a&gt;
[pre-commit.ci] pre-commit autoupdate (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3267&quot;&gt;#3267&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@0e5a3dbb9a1c7eb1df56421cc4bca5e187626ccd&quot;&gt;&lt;code&gt;0e5a3db&lt;/code&gt;&lt;/a&gt;
[pre-commit.ci] pre-commit autoupdate (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3265&quot;&gt;#3265&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@f5850c0d3a893cbb6d9de192fe8e6e857573499b&quot;&gt;&lt;code&gt;f5850c0&lt;/code&gt;&lt;/a&gt;
Support multiple override appends (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3261&quot;&gt;#3261&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@c2be62972e7f7b3e79260e5c96e4fe5bf76f5929&quot;&gt;&lt;code&gt;c2be629&lt;/code&gt;&lt;/a&gt;
Allow appending to deps with the command line (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3259&quot;&gt;#3259&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@d28a9ee0ea28b2356b24a0d0e0ed70c0141d41cc&quot;&gt;&lt;code&gt;d28a9ee&lt;/code&gt;&lt;/a&gt;
Update installation.rst (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3257&quot;&gt;#3257&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@a19a9467cfae5a0fc2c1b6faf1845d412898c693&quot;&gt;&lt;code&gt;a19a946&lt;/code&gt;&lt;/a&gt;
[pre-commit.ci] pre-commit autoupdate (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3258&quot;&gt;#3258&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href=&quot;tox-dev/tox@a22fe8ffce73acdfc2aefd70228ede0337aac19b&quot;&gt;&lt;code&gt;a22fe8f&lt;/code&gt;&lt;/a&gt;
Fix type-checking (&lt;a
href=&quot;https://redirect.github.com/tox-dev/tox/issues/3260&quot;&gt;#3260&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a
href=&quot;tox-dev/tox@4.14.2...4.15.0&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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 28, 2024
1 parent 1257861 commit f566c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pep8-naming = "0.13.3"
isort = "5.13.2"
autopep8 = "2.1.0"
mypy = "1.10.0"
tox = "4.14.2"
tox = "4.15.0"
xmldiff = "2.6.3"
bandit = "1.7.8"

Expand Down

0 comments on commit f566c82

Please sign in to comment.