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.27.1 to 4.0.1 #98

Merged
merged 1 commit into from
Dec 8, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps tox from 3.27.1 to 4.0.1.

Release notes

Sourced from tox's releases.

4.0.1

What's Changed

Full Changelog: tox-dev/tox@4.0.0...4.0.1

4.0.0

What's Changed

Full Changelog: tox-dev/tox@4.0.0rc4...4.0.0

4.0.0rc4

What's Changed

Full Changelog: tox-dev/tox@4.0.0rc3...4.0.0rc4

4.0.0rc3

What's Changed

Full Changelog: tox-dev/tox@4.0.0rc2...4.0.0rc3

4.0.0rc2

What's Changed

... (truncated)

Changelog

Sourced from tox's changelog.

v4.0.1 (2022-12-07)

Bugfixes - 4.0.1

- Create session views of the build wheel/sdist into the :ref:`temp_dir` folder - by :user:`gaborbernat`. (:issue:`2612`)
- Default tox min_version to 4.0 instead of current tox version - by :user:`gaborbernat`. (:issue:`2613`)

v4.0.0 (2022-12-07)

Bugfixes - 4.0.0

  • The temporary folder within the tox environment was named .temp instead of .tmp - by :user:gaborbernat. (:issue:2608)

Improved Documentation - 4.0.0

- Enumerate breaking changes of tox 4 in the FAQ, and also list major new improvements - by :user:`gaborbernat`. (:issue:`2587`)
- Document in the FAQ that tox 4 will raise a warning when finding conflicting environment names - by :user:`gaborbernat`. (:issue:`2602`)

v4.0.0rc4 (2022-12-06)

Bugfixes - 4.0.0rc4

- Fix extras not being kept for install dependencies - by :user:`gaborbernat`. (:issue:`2603`)

Deprecations and Removals - 4.0.0rc4
</code></pre>
<ul>
<li>Remove deprecated configuration option <code>whitelist_externals</code> which was replaced by <code>allowlist_externals</code> - by :user:<code>jugmac00</code>. (:issue:<code>2599</code>)</li>
</ul>
<h2>v4.0.0rc3 (2022-12-05)</h2>
<p>Features - 4.0.0rc3</p>
<pre><code>- Add --exit-and-dump-after flag that allows automatically killing tox if does not finish within the passed seconds,
and dump the thread stacks (useful to debug tox when it seemingly hangs) - by :user:gaborbernat. (:issue:2595)

Bugfixes - 4.0.0rc3
</code></pre>
<ul>
<li>Ensure that two parallel tox instance invocations on different tox environment targets will work by holding a file lock
onto the packaging operations (e.g., in bash <code>tox4 r -e py311 &amp;; tox4 r -e py310</code>) - by :user:<code>gaborbernat</code>. (:issue:<code>2594</code>)</li>
<li>Fix leaking backend processes when the build backend does not support editable wheels and fix failure when multiple
environments exist that have a build backend that does not support editable wheels - by :user:<code>gaborbernat</code>. (:issue:<code>2595</code>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/tox-dev/tox/commit/cc2ff1d4652bb053f3db07b7364a235a96c1c770&quot;&gt;&lt;code&gt;cc2ff1d&lt;/code&gt;&lt;/a> release 4.0.1</li>
<li><a href="https://github.com/tox-dev/tox/commit/2476e95b3f50b0f584ac17bc25eaaa77fb876671&quot;&gt;&lt;code&gt;2476e95&lt;/code&gt;&lt;/a> Create session views of the build wheel/sdist into temp_dir (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2614&quot;&gt;#2614&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/6305d9aa33d8b1e43d7c0aceaecf89233d0d17ee&quot;&gt;&lt;code&gt;6305d9a&lt;/code&gt;&lt;/a> Default tox min_version to 4.0 instead of current tox version (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2613&quot;&gt;#2613&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/554bd0a84391f6648136fe747b77bf22e408b02b&quot;&gt;&lt;code&gt;554bd0a&lt;/code&gt;&lt;/a> Update faq.rst</li>
<li><a href="https://github.com/tox-dev/tox/commit/60d4e25e4e12e9f7e9558c30194557fdc72e8c6f&quot;&gt;&lt;code&gt;60d4e25&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2609&quot;&gt;#2609&lt;/a> from tox-dev/release-4.0.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/c63ee4af6868232874bc80e339fc084129a07d6e&quot;&gt;&lt;code&gt;c63ee4a&lt;/code&gt;&lt;/a> release 4.0.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/fc4d93848af4717d48c4fdbcd691cb5a4b476783&quot;&gt;&lt;code&gt;fc4d938&lt;/code&gt;&lt;/a> Create a FAQ entry about tox v3 - v4 compatibility (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2601&quot;&gt;#2601&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/17c5c1fa1890af35e87df73a2548fdfa75656ca5&quot;&gt;&lt;code&gt;17c5c1f&lt;/code&gt;&lt;/a> Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2607&quot;&gt;#2607&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/d36280d19192d021f6625c235f6714757749c7f0&quot;&gt;&lt;code&gt;d36280d&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2606&quot;&gt;#2606&lt;/a> from tox-dev/release-4.0.0rc4</li>
<li><a href="https://github.com/tox-dev/tox/commit/64da1974923c5a0a12ae09f2f8807bc3c81aa14b&quot;&gt;&lt;code&gt;64da197&lt;/code&gt;&lt;/a> release 4.0.0rc4</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.27.1...4.0.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 8, 2022
@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (fc6088f) compared to base (7a12186).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #98   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          111       111           
=========================================
  Hits           111       111           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mikelane
Copy link
Owner

mikelane commented Dec 8, 2022 via email

@dependabot dependabot bot merged commit a86934c into main Dec 8, 2022
@dependabot dependabot bot deleted the dependabot/pip/tox-4.0.1 branch December 8, 2022 04:29
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant