Skip to content

Commit

Permalink
chore(deps-dev): Update tox requirement from 4.18.0 to 4.18.1 (#786)
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.18.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fixup the spec string for sys.executable by <a
href="https://github.com/hroncok"><code>@​hroncok</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3327">tox-dev/tox#3327</a></li>
<li>Fix issue link in changelog by <a
href="https://github.com/schlamar"><code>@​schlamar</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3332">tox-dev/tox#3332</a></li>
<li>Properly document the <code>tox_env_teardown</code> hook by <a
href="https://github.com/kemzeb"><code>@​kemzeb</code></a> in <a
href="https://redirect.github.com/tox-dev/tox/pull/3333">tox-dev/tox#3333</a></li>
<li>Add 3.13 to CI and bump deps by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3339">tox-dev/tox#3339</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/schlamar"><code>@​schlamar</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3332">tox-dev/tox#3332</a></li>
<li><a href="https://github.com/kemzeb"><code>@​kemzeb</code></a> made
their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3333">tox-dev/tox#3333</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.18.0...4.18.1">https://github.com/tox-dev/tox/compare/4.18.0...4.18.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.18.1 (2024-09-07)</h2>
<p>Bugfixes - 4.18.1</p>
<pre><code>- Fix and test the string spec for the ``sys.executable``
interpreter (introduced in :pull:`3325`)
  - by :user:`hroncok` (:issue:`3327`)
<p>Improved Documentation - 4.18.1
</code></pre></p>
<ul>
<li>Changes the <code>tox_env_teardown</code> docstring to explain the
hook is called after a tox env was teared down.
(:issue:<code>3305</code>)</li>
</ul>
<h2>v4.18.0 (2024-08-13)</h2>
<p>Features - 4.18.0</p>
<pre><code>- Suppress spinner in parallel runs in CI - by :user:`ziima`.
(:issue:`3318`)
<p>Bugfixes - 4.18.0
</code></pre></p>
<ul>
<li>Boost temporary directories cleanup in tests - by
:user:<code>ziima</code>. (:issue:<code>3278</code>)</li>
<li>Fix absolute base python paths conflicting - by
:user:<code>gaborbernat</code>. (:issue:<code>3325</code>)</li>
</ul>
<h2>v4.17.1 (2024-08-07)</h2>
<p>Bugfixes - 4.17.1</p>
<pre><code>- Support for running ``-e &lt;major&gt;.&lt;minor&gt;`` has
been lost, fixing it - by :user:`gaborbernat`. (:issue:`2849`)
- ``base_python`` now accepts absolute paths to interpreter executable -
by :user:`paveldikov`. (:issue:`3191`)
<h2>v4.17.0 (2024-08-05)</h2>
<p>Features - 4.17.0
</code></pre></p>
<ul>
<li>Add <code>graalpy</code> prefix as a supported base python
(:issue:<code>3312</code>)</li>
<li>Add :ref:<code>on_platform</code> core configuration holding the tox
platform and do not install package when exec an environment
<ul>
<li>by :user:<code>gaborbernat</code>. (:issue:<code>3315</code>)</li>
</ul>
</li>
</ul>
<p>Bugfixes - 4.17.0</p>
<pre><code>- Add table with default environment variables per OS
(:issue:`2753`)
<h2>v4.16.0 (2024-07-02)</h2>
<p>Bugfixes - 4.16.0
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/df34192e07d47c257c85b0e0af2d065f7bb6c7ba"><code>df34192</code></a>
release 4.18.1</li>
<li><a
href="https://github.com/tox-dev/tox/commit/9c6f8350a1ffc7dd395c039afb9e3fd795b65307"><code>9c6f835</code></a>
Add 3.13 to CI and bump deps (<a
href="https://redirect.github.com/tox-dev/tox/issues/3339">#3339</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/9138e1541ce4af63fbb59cf4efcc5b1264fd0fc0"><code>9138e15</code></a>
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (<a
href="https://redirect.github.com/tox-dev/tox/issues/3338">#3338</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/3f004fcf0ffa8cf1eb60ac98a373b54f53b8972a"><code>3f004fc</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3329">#3329</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/fab358ebd4204183044c94d14a7f94eb724d89d5"><code>fab358e</code></a>
Properly document the <code>tox_env_teardown</code> hook (<a
href="https://redirect.github.com/tox-dev/tox/issues/3333">#3333</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/8d0a47cb860f938c0599e80c58dfb1bc4ef484ed"><code>8d0a47c</code></a>
Fix issue link in changelog (<a
href="https://redirect.github.com/tox-dev/tox/issues/3332">#3332</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/874e9af6c5b249b42a4e477d2fd74f798aa1516d"><code>874e9af</code></a>
Fixup the spec string for sys.executable (<a
href="https://redirect.github.com/tox-dev/tox/issues/3327">#3327</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/dde496464b25484720ea4327429ae17cafcf1131"><code>dde4964</code></a>
Fix docs</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox/compare/4.18.0...4.18.1">compare
view</a></li>
</ul>
</details>
<br />


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] authored Sep 16, 2024
1 parent b4ab508 commit b2cc77e
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 @@ -92,7 +92,7 @@ isort = "5.13.2"
autopep8 = "2.3.1"
mypy = "1.11.2"
bandit = "1.7.9"
tox = "4.18.0"
tox = "4.18.1"
# min version required to be able to install some dependencies
# see https://github.com/MichaelKim0407/flake8-use-fstring/issues/33
setuptools = ">= 47.0.0"
Expand Down

0 comments on commit b2cc77e

Please sign in to comment.