Skip to content

Commit

Permalink
Merge #354
Browse files Browse the repository at this point in the history
354: Bump tox from 4.4.6 to 4.4.7 r=alallema a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 4.4.6 to 4.4.7.
<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.4.7</h2>
<h2>What's Changed</h2>
<ul>
<li>docs(config): fix temp_dir default value by <a href="https://github.com/thecesrom"><code>`@​thecesrom</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/2932">tox-dev/tox#2932</a></li>
<li>docs: set html_last_updated_fmt to format string by <a href="https://github.com/paravoid"><code>`@​paravoid</code></a>` in <a href="https://redirect.github.com/tox-dev/tox/pull/2937">tox-dev/tox#2937</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/thecesrom"><code>`@​thecesrom</code></a>` made their first contribution in <a href="https://redirect.github.com/tox-dev/tox/pull/2932">tox-dev/tox#2932</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/tox/compare/4.4.6...4.4.7">https://github.com/tox-dev/tox/compare/4.4.6...4.4.7</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>
<h1>Release History</h1>
<p>.. include:: _draft.rst</p>
<p>.. towncrier release notes start</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/6be22dfd074decd636acd85bdd76a78b9a7164e2"><code>6be22df</code></a> docs: set html_last_updated_fmt to format string (<a href="https://redirect.github.com/tox-dev/tox/issues/2937">#2937</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/177a227889a93416bd154938361977486d14b0bb"><code>177a227</code></a> docs(config): fix temp_dir default value</li>
<li>See full diff in <a href="https://github.com/tox-dev/tox/compare/4.4.6...4.4.7">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.4.6&new-version=4.4.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amélie <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2023
2 parents 2b49032 + f14ae6d commit 7942cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requests = "==2.28.2"
[dev-packages]
pytest = "==7.2.2"
pylint = "==2.15.9"
tox = "==4.4.6"
tox = "==4.4.7"
tox-pipenv = "==1.10.1"
importlib_metadata = {version = "*", markers="python_version < '3.8'"}
zipp = {version = "*", markers="python_version < '3.8'"}
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

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

0 comments on commit 7942cdd

Please sign in to comment.