-
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.26.0 to 3.27.0 #84
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.26.0 to 3.27.0. - [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.26.0...3.27.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 26, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
=========================================
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 Tue, Oct 25, 2022 at 19:12 dependabot[bot] ***@***.***> wrote:
Bumps tox <https://github.com/tox-dev/tox> from 3.26.0 to 3.27.0.
Release notes
*Sourced from tox's releases <https://github.com/tox-dev/tox/releases>.*
3.27.0 What's Changed
- release 3.26.0 by @gaborbernat <https://github.com/gaborbernat> in
tox-dev/tox#2490
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2490>
- Drop --build-option flag from isolated build script by @adamchainz
<https://github.com/adamchainz> in tox-dev/tox#2497
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2497>
- Remove read-only files upon cleanup by @robgom
<https://github.com/robgom> in tox-dev/tox#2501
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2501>
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci
<https://github.com/pre-commit-ci> in tox-dev/tox#2503
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2503>
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci
<https://github.com/pre-commit-ci> in tox-dev/tox#2505
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2505>
- Clearly state that install_command only takes one command by
@jugmac00 <https://github.com/jugmac00> in tox-dev/tox#2509
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2509>
- Document problems with plugin and provision env (refs #2469
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2469>) by
@ziima <https://github.com/ziima> in tox-dev/tox#2511
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2511>
- Provision lock by @masenf <https://github.com/masenf> in
tox-dev/tox#2516
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2516>
New Contributors
- @robgom <https://github.com/robgom> made their first contribution
in tox-dev/tox#2501
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2501>
- @masenf <https://github.com/masenf> made their first contribution
in tox-dev/tox#2516
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2516>
*Full Changelog*: ***@***.***
<tox-dev/tox@3.26.0...3.27.0>
Changelog
*Sourced from tox's changelog
<https://github.com/tox-dev/tox/blob/master/docs/changelog.rst>.*
v3.27.0 (2022-10-25)
Bugfixes ^^^^^^^^
- Dropped --build-option in isolated builds, an alternative fix for
the SetuptoolsDeprecationWarning about using --global-option -- by
:user:adamchainz [#2497](tox-dev/tox#2497) <
tox-dev/tox#2497
- Remove read-only files in ensure_empty_dir. [#2498](
tox-dev/tox#2498) <
tox-dev/tox#2498>_
- Multiple tox instances no longer clobber the .tox directory when
provision_tox_env is used. - by :user:masenf [#2515](
tox-dev/tox#2515) <
tox-dev/tox#2515>_
Documentation ^^^^^^^^^^^^^
- Clarify that install_command only takes one command - by :user:
jugmac00 [#2433](tox-dev/tox#2433) <
tox-dev/tox#2433>_
- Documented problems with plugin and provision env - by :user:ziima.
[#2469](tox-dev/tox#2469) <
tox-dev/tox#2469>_
Commits
- 96ff2c9
<tox-dev/tox@96ff2c9>
release 3.27.0
- e378131
<tox-dev/tox@e378131>
Provision lock (#2516
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2516>)
- d41bd62
<tox-dev/tox@d41bd62>
Document problems with plugin and provision env (refs #2469
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2469>) (
#2511 <https://github-redirect.dependabot.com/tox-dev/tox/issues/2511>)
- 8282e9e
<tox-dev/tox@8282e9e>
Clearly state that install_command only takes one command
- 5a97802
<tox-dev/tox@5a97802>
[pre-commit.ci] pre-commit autoupdate
- 0284ab2
<tox-dev/tox@0284ab2>
[pre-commit.ci] pre-commit autoupdate (#2503
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2503>)
- f233d53
<tox-dev/tox@f233d53>
Remove read-only files upon cleanup (#2501
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2501>)
- 2e0def4
<tox-dev/tox@2e0def4>
Drop --build-option flag from isolated build script (#2497
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2497>)
- 7db7771
<tox-dev/tox@7db7771>
Merge pull request #2490
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2490> from
tox-dev/release-3.26.0
- See full diff in compare view
<tox-dev/tox@3.26.0...3.27.0>
[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:
#84
Commit Summary
- 3cda875
<3cda875>
Bump tox from 3.26.0 to 3.27.0
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/84/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/84/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(25)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/84.patch
- https://github.com/mikelane/reddit-get/pull/84.diff
—
Reply to this email directly, view it on GitHub
<#84>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYK7AWA4IBRGXK7K7JLWFCHP7ANCNFSM6AAAAAAROQVFUQ>
.
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.26.0 to 3.27.0.
Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
96ff2c9
release 3.27.0e378131
Provision lock (#2516)d41bd62
Document problems with plugin and provision env (refs #2469) (#2511)8282e9e
Clearly state thatinstall_command
only takes one command5a97802
[pre-commit.ci] pre-commit autoupdate0284ab2
[pre-commit.ci] pre-commit autoupdate (#2503)f233d53
Remove read-only files upon cleanup (#2501)2e0def4
Drop --build-option flag from isolated build script (#2497)7db7771
Merge pull request #2490 from tox-dev/release-3.26.0Dependabot 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)