Skip to content

Commit

Permalink
Build(deps-dev): bump tox from 4.20.0 to 4.21.0 (#169)
Browse files Browse the repository at this point in the history
Bumps [tox](https://github.com/tox-dev/tox) from 4.20.0 to 4.21.0.
<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.0 (2024-09-30)</h2>
<p>Features - 4.21.0</p>
<pre><code>- Native TOML configuration support - by :user:`gaborbernat`.
(:issue:`999`)
<p>Improved Documentation - 4.21.0
</code></pre></p>
<ul>
<li>Update Loader docs - by :user:ziima (:issue:<code>3352</code>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/46bef9eff54c53eeced031436d2d1a068b4bfb16"><code>46bef9e</code></a>
release 4.21.0</li>
<li><a
href="https://github.com/tox-dev/tox/commit/cea105b7007039c830c92ae92aa5792e819ee487"><code>cea105b</code></a>
True TOML config support (<a
href="https://redirect.github.com/tox-dev/tox/issues/3353">#3353</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/a04b039fe0486752ec79733b993d73ecdf282795"><code>a04b039</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3385">#3385</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/f5eba31ed3aeedcb41db64fca5b624a75abff32d"><code>f5eba31</code></a>
Update Loader docs (<a
href="https://redirect.github.com/tox-dev/tox/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/329db639b5573cf9b5990fe990a3e48789d1fc9a"><code>329db63</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/tox-dev/tox/issues/3350">#3350</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/f4b3bd20f268e6da78c2a89b531f364cec35b90b"><code>f4b3bd2</code></a>
Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (<a
href="https://redirect.github.com/tox-dev/tox/issues/3349">#3349</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox/compare/4.20.0...4.21.0">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.20.0&new-version=4.21.0)](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 1, 2024
2 parents 427936d + 166bc91 commit 4dd65b9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
67 changes: 34 additions & 33 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.20.0"
tox = "^4.21.0"
tox-gh-actions = "^3.2.0"


Expand Down

0 comments on commit 4dd65b9

Please sign in to comment.