Skip to content

Commit

Permalink
Build(deps-dev): bump tox from 4.21.0 to 4.21.1 (#170)
Browse files Browse the repository at this point in the history
Bumps [tox](https://github.com/tox-dev/tox) from 4.21.0 to 4.21.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>4.21.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Fix TOML configuration errors by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3388">tox-dev/tox#3388</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.21.0...4.21.1">https://github.com/tox-dev/tox/compare/4.21.0...4.21.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.21.1 (2024-10-02)</h2>
<p>Bugfixes - 4.21.1</p>
<pre><code>- Fix error when using ``requires`` within a TOML
configuration file - by :user:`gaborbernat`. (:issue:`3386`)
- Fix error when using ``deps`` within a TOML configuration file - by
:user:`gaborbernat`. (:issue:`3387`)
- Multiple fixes for the TOML configuration by :user:`gaborbernat`.:
<ul>
<li>Do not fail when there is an empty command within
<code>commands</code>.</li>
<li>Allow references for <code>set_env</code> by accepting list of
dictionaries for it.</li>
<li>Do not try to be smart about reference unrolling, instead allow the
user to control it via the <code>extend</code> flag,<br />
available both for <code>posargs</code> and <code>ref</code>
replacements.</li>
<li>The <code>ref</code> replacements <code>raw</code> key has been
renamed to <code>of</code>. (:issue:<code>3388</code>)<br />
</code></pre></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/434ac18d89a843b961c8544bf74e796191c940f0"><code>434ac18</code></a>
release 4.21.1</li>
<li><a
href="https://github.com/tox-dev/tox/commit/34d3adc0ed537de5d4803b4e244e43eed513c839"><code>34d3adc</code></a>
Fix TOML configuration errors (<a
href="https://redirect.github.com/tox-dev/tox/issues/3388">#3388</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/719b3462b58bd5c4fc12d93cb978f824bc7a610b"><code>719b346</code></a>
Update installation.rst</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox/compare/4.21.0...4.21.1">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.21.0&new-version=4.21.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 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>
  • Loading branch information
github-actions[bot] authored Oct 3, 2024
2 parents 4dd65b9 + 2778ebd commit 634b3e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ optional = true
[tool.poetry.group.tests.dependencies]
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
tox = "^4.21.0"
tox = "^4.21.1"
tox-gh-actions = "^3.2.0"


Expand Down

0 comments on commit 634b3e0

Please sign in to comment.