-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Dec 8, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
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. |
@dependabot merge
…On Wed, Dec 7, 2022 at 18:03 dependabot[bot] ***@***.***> wrote:
Bumps tox <https://github.com/tox-dev/tox> from 3.27.1 to 4.0.1.
Release notes
*Sourced from tox's releases <https://github.com/tox-dev/tox/releases>.*
4.0.1 What's Changed
- Default tox min_version to 4.0 instead of current tox version by
@gaborbernat <https://github.com/gaborbernat> in tox-dev/tox#2613
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2613>
- Create session views of the build wheel/sdist into temp_dir by
@gaborbernat <https://github.com/gaborbernat> in tox-dev/tox#2614
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2614>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.0...4.0.1>
4.0.0 What's Changed
- Create a FAQ entry about tox v3 - v4 compatibility by @jugmac00
<https://github.com/jugmac00> in tox-dev/tox#2601
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2601>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.0rc4...4.0.0>
4.0.0rc4 What's Changed
- Remove deprecated whitelist_externals configuration option by
@jugmac00 <https://github.com/jugmac00> in tox-dev/tox#2600
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2600>
- Do not conflate extra markers and extra dependencies by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2605
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2605>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.0rc3...4.0.0rc4>
4.0.0rc3 What's Changed
- Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.1 by @dependabot
<https://github.com/dependabot> in tox-dev/tox#2594
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2594>
- Lock parallel package operations by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2593
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2593>
- Better handling of build backend without editable support and add
--exit-and-dump-after flag by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2597
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2597>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.0rc2...4.0.0rc3>
4.0.0rc2 What's Changed
- release 4.0.0rc1 by @gaborbernat <https://github.com/gaborbernat>
in tox-dev/tox#2559
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2559>
- Update code block template by @hugovk <https://github.com/hugovk>
in tox-dev/tox#2570
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2570>
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 by @dependabot
<https://github.com/dependabot> in tox-dev/tox#2573
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2573>
- Avoid recreation of virtualenv due to symlinks by @ssbarnea
<https://github.com/ssbarnea> in tox-dev/tox#2574
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2574>
- Add missing build test dependency by @ssbarnea
<https://github.com/ssbarnea> in tox-dev/tox#2577
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2577>
- Support for recursive extras by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2579
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2579>
- Do not set COLUMNS or LINES if already set by user by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2580
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2580>
- Allow replacing keys with - in INI config by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2581
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2581>
- Use devpi-process instead rolling our own by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2582
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2582>
- Remove link to gitter by @jugmac00 <https://github.com/jugmac00> in
tox-dev/tox#2584
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2584>
- Update bug report template by @jugmac00
<https://github.com/jugmac00> in tox-dev/tox#2585
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2585>
- Support - prefix for commands exit code ignore by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2586
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2586>
- Ensure paths constructed by tox stay meaningful by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2587
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2587>
- Ensure only one tox environment operates on a packaging environment
by @gaborbernat <https://github.com/gaborbernat> in tox-dev/tox#2588
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2588>
- Fallback to editable-legacy if the build backend does not have
build_editable by @gaborbernat <https://github.com/gaborbernat> in
tox-dev/tox#2590
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2590>
... (truncated)
Changelog
*Sourced from tox's changelog
<https://github.com/tox-dev/tox/blob/main/docs/changelog.rst>.*
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 &; 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="tox-dev/tox@cc2ff1d4652bb053f3db07b7364a235a96c1c770"><code>cc2ff1d</code></a> release 4.0.1</li>
<li><a href="tox-dev/tox@2476e95b3f50b0f584ac17bc25eaaa77fb876671"><code>2476e95</code></a> Create session views of the build wheel/sdist into temp_dir (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2614">#2614</a>)</li>
<li><a href="tox-dev/tox@6305d9aa33d8b1e43d7c0aceaecf89233d0d17ee"><code>6305d9a</code></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">#2613</a>)</li>
<li><a href="tox-dev/tox@554bd0a84391f6648136fe747b77bf22e408b02b"><code>554bd0a</code></a> Update faq.rst</li>
<li><a href="tox-dev/tox@60d4e25e4e12e9f7e9558c30194557fdc72e8c6f"><code>60d4e25</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2609">#2609</a> from tox-dev/release-4.0.0</li>
<li><a href="tox-dev/tox@c63ee4af6868232874bc80e339fc084129a07d6e"><code>c63ee4a</code></a> release 4.0.0</li>
<li><a href="tox-dev/tox@fc4d93848af4717d48c4fdbcd691cb5a4b476783"><code>fc4d938</code></a> Create a FAQ entry about tox v3 - v4 compatibility (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2601">#2601</a>)</li>
<li><a href="tox-dev/tox@17c5c1fa1890af35e87df73a2548fdfa75656ca5"><code>17c5c1f</code></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">#2607</a>)</li>
<li><a href="tox-dev/tox@d36280d19192d021f6625c235f6714757749c7f0"><code>d36280d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2606">#2606</a> from tox-dev/release-4.0.0rc4</li>
<li><a href="tox-dev/tox@64da1974923c5a0a12ae09f2f8807bc3c81aa14b"><code>64da197</code></a> release 4.0.0rc4</li>
<li>Additional commits viewable in <a href="tox-dev/tox@3.27.1...4.0.1">compare view</a></li>
</ul>
</details>
<br />
[image: Dependabot compatibility score]
<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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#98
Commit Summary
- fc6088f
<fc6088f>
Bump tox from 3.27.1 to 4.0.1
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/98/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/98/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(168)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/98.patch
- https://github.com/mikelane/reddit-get/pull/98.diff
—
Reply to this email directly, view it on GitHub
<#98>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYO7MDU65XR3T6VRFIDWME6V7ANCNFSM6AAAAAASXRN3CY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps tox from 3.27.1 to 4.0.1.
Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.