Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tox from 3.24.3 to 3.24.4 #322

Merged
merged 1 commit into from
Oct 7, 2021
Merged

Bump tox from 3.24.3 to 3.24.4 #322

merged 1 commit into from
Oct 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2021

Bumps tox from 3.24.3 to 3.24.4.

Changelog

Sourced from tox's changelog.

v3.24.4 (2021-09-16)

Bugfixes ^^^^^^^^

  • Fixed handling of -e ALL in parallel mode by ignoring the ALL in subprocesses -- by :user:guahki. [#2167](https://github.com/tox-dev/tox/issues/2167) <https://github.com/tox-dev/tox/issues/2167>_
  • Prevent tox from using a truncated interpreter when using TOX_LIMITED_SHEBANG -- by :user:jdknight. [#2208](https://github.com/tox-dev/tox/issues/2208) <https://github.com/tox-dev/tox/issues/2208>_

Documentation ^^^^^^^^^^^^^

  • Enabled the use of the favicon in the Sphinx docs first introduced in :pull:764 but not integrated fully -- :user:webknjaz [#2177](https://github.com/tox-dev/tox/issues/2177) <https://github.com/tox-dev/tox/issues/2177>_
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Sep 17, 2021
@alallema
Copy link
Contributor

alallema commented Oct 6, 2021

@dependabot recreate

alallema
alallema previously approved these changes Oct 6, 2021
@alallema
Copy link
Contributor

alallema commented Oct 6, 2021

bors merge

bors bot added a commit that referenced this pull request Oct 6, 2021
322: Bump tox from 3.24.3 to 3.24.4 r=alallema a=dependabot[bot]

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.3 to 3.24.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v3.24.4 (2021-09-16)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li>Fixed handling of <code>-e ALL</code> in parallel mode by ignoring the <code>ALL</code> in subprocesses -- by :user:<code>guahki</code>.
<code>[#2167](tox-dev/tox#2167) &lt;https://github.com/tox-dev/tox/issues/2167&gt;</code>_</li>
<li>Prevent tox from using a truncated interpreter when using
<code>TOX_LIMITED_SHEBANG</code> -- by :user:<code>jdknight</code>.
<code>[#2208](tox-dev/tox#2208) &lt;https://github.com/tox-dev/tox/issues/2208&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>Enabled the use of the favicon in the Sphinx docs first
introduced in :pull:<code>764</code> but not integrated fully
-- :user:<code>webknjaz</code>
<code>[#2177](tox-dev/tox#2177) &lt;https://github.com/tox-dev/tox/issues/2177&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/50307a5158b37ed75e7cac94ac934d9eb48ab8f5"><code>50307a5</code></a> release 3.24.4</li>
<li><a href="https://github.com/tox-dev/tox/commit/51cc218e71949e90ab7982bbb12a475fcbb90613"><code>51cc218</code></a> venv: do not prepend a truncated shebang interpreter (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2203">#2203</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/3c1c29ab609bf4471d5bf5598585cd76fa890c71"><code>3c1c29a</code></a> Only respect ALL environments when not in parallel (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2207">#2207</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/9f789a770a706bfea0e59181252a68f7d43b5481"><code>9f789a7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2216">#2216</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/156d4961dd50ee629c3c4c78c09ba6b1c0da76d3"><code>156d496</code></a> Make 3.24.3 a headline in the changelog (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2192">#2192</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/5ba2a01cd2b20f549bb52fa15b3e9f67d018b44e"><code>5ba2a01</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2190">#2190</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/5657a1429f3b7052798385ae6cbb3fa02e3892ca"><code>5657a14</code></a> 🎨📝 Actually use the favicon in Sphinx (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2177">#2177</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/0d6c2a790bf10c5dd28d1ea77c334a87c0d28296"><code>0d6c2a7</code></a> 🐛📝 Suppress epub unknown MIME warnings (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2178">#2178</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/f5426133405746ae909dfbcebff5f64c14dfb088"><code>f542613</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2176">#2176</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/69329f747bf42103439f6f42566a2c5541769627"><code>69329f7</code></a> 📝 Document when <code>temp_dir</code> setting and substitutions appeared (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2175">#2175</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.24.3...3.24.4">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=3.24.3&new-version=3.24.4)](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 <alallema@users.noreply.github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tox-3.24.4 branch from 1df75e4 to 0c4d9fd Compare October 6, 2021 13:28
@bors
Copy link
Contributor

bors bot commented Oct 6, 2021

Canceled.

@alallema
Copy link
Contributor

alallema commented Oct 7, 2021

@dependabot recreate

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.3 to 3.24.4.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](tox-dev/tox@3.24.3...3.24.4)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/tox-3.24.4 branch from 0c4d9fd to eb23039 Compare October 7, 2021 20:52
@alallema
Copy link
Contributor

alallema commented Oct 7, 2021

bors merge

@bors
Copy link
Contributor

bors bot commented Oct 7, 2021

@bors bors bot merged commit 35a2962 into main Oct 7, 2021
@bors bors bot deleted the dependabot/pip/tox-3.24.4 branch October 7, 2021 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant