Skip to content

Commit

Permalink
Bump tox from 4.6.0 to 4.6.1 (#67)
Browse files Browse the repository at this point in the history
Bumps [tox](https://github.com/tox-dev/tox) from 4.6.0 to 4.6.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.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>usedevelop</code> doc by referring to PEP-660. by <a
href="https://github.com/tibortakacs"><code>@​tibortakacs</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3025">tox-dev/tox#3025</a></li>
<li>Use ruff by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/tox-dev/tox/pull/3033">tox-dev/tox#3033</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/tibortakacs"><code>@​tibortakacs</code></a>
made their first contribution in <a
href="https://redirect.github.com/tox-dev/tox/pull/3025">tox-dev/tox#3025</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tox-dev/tox/compare/4.6.0...4.6.1">https://github.com/tox-dev/tox/compare/4.6.0...4.6.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.6.1 (2023-06-15)</h2>
<p>No significant changes.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tox-dev/tox/commit/6de9c2eb74f27e462ccd81e70e3ac030a88d5778"><code>6de9c2e</code></a>
release 4.6.1</li>
<li><a
href="https://github.com/tox-dev/tox/commit/07658e61f85761b7a60bb9ae3738e984dd643b46"><code>07658e6</code></a>
Use ruff (<a
href="https://redirect.github.com/tox-dev/tox/issues/3033">#3033</a>)</li>
<li><a
href="https://github.com/tox-dev/tox/commit/b138c5cf87f49a216fea9e7f507f96da1b9fe2b7"><code>b138c5c</code></a>
Update <code>usedevelop</code> doc by referring to PEP-660. (<a
href="https://redirect.github.com/tox-dev/tox/issues/3025">#3025</a>)</li>
<li>See full diff in <a
href="https://github.com/tox-dev/tox/compare/4.6.0...4.6.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.6.0&new-version=4.6.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 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
Diapolo10 committed Jun 18, 2023
2 parents 3e4cf29 + 3c4b500 commit 13dd179
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 @@ -87,7 +87,7 @@ mypy = '^1.3.0'
pylint = '^2.17.4'
pytest = '^7.3.1'
pytest-cov = '^4.1.0'
tox = '^4.6.0'
tox = '^4.6.1'
tox-gh-actions = '^3.1.1'


Expand Down

0 comments on commit 13dd179

Please sign in to comment.