-
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 4.0.11 to 4.0.14 #111
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 4.0.11 to 4.0.14. - [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@4.0.11...4.0.14) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... 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 19, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #111 +/- ##
=========================================
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 Sun, Dec 18, 2022 at 18:04 dependabot[bot] ***@***.***> wrote:
Bumps tox <https://github.com/tox-dev/tox> from 4.0.11 to 4.0.14.
Release notes
*Sourced from tox's releases <https://github.com/tox-dev/tox/releases>.*
4.0.14 What's Changed
- Ignore non-test section names and invalid factor filters by
@gaborbernat <https://github.com/gaborbernat> in tox-dev/tox#2748
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2748>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.13...4.0.14>
4.0.13 What's Changed
- Fix plain section shadows env config by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2742
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2742>
- Fix space not accepted in factor filter expression by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2744
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2744>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.12...4.0.13>
4.0.12 What's Changed
- Fix legacy flags, deprecate them and remove --index-url by
@gaborbernat <https://github.com/gaborbernat> in tox-dev/tox#2731
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2731>
- syntax fix for tox 4 - CLI args section by @evgeni
<https://github.com/evgeni> in tox-dev/tox#2734
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2734>
- implement pseudo tty on stdout/stderr by @masenf
<https://github.com/masenf> in tox-dev/tox#2711
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2711>
- Document user level config by @ziima <https://github.com/ziima> in
tox-dev/tox#2736
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2736>
- Fix python hash seed not being set by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2739
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2739>
New Contributors
- @evgeni <https://github.com/evgeni> made their first contribution
in tox-dev/tox#2734
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2734>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.0.11...4.0.12>
Changelog
*Sourced from tox's changelog
<https://github.com/tox-dev/tox/blob/main/docs/changelog.rst>.*
v4.0.14 (2022-12-18)
Bugfixes - 4.0.14
- Do not include non test environment sections or factor filters in INI configuration to factor discovery - by
:user:`gaborbernat`. (:issue:`2746`)
v4.0.13 (2022-12-17)
Bugfixes - 4.0.13
- A plain section in INI configuration matching a tox environment name
shadowed the laters configuration - by :user:gaborbernat. (:issue:2636)
- Fix space not accepted in factor filter expression - by :user:
gaborbernat. (:issue:2718)
v4.0.12 (2022-12-16)
Bugfixes - 4.0.12
- If tox is running in a tty, allocate a pty (pseudo terminal) for commands
and copy termios attributes to show colors and improve interactive use - by :user:`masenf`. (:issue:`1773`)
- Fix python hash seed not being set - by :user:`gaborbernat`. (:issue:`2645`)
- Fix legacy CLI flags ``--pre``, ``--force-deps``, ``--sitepackages`` and ``--alwayscopy`` not working, and mark them
as deprecated - by :user:`gaborbernat`. (:issue:`2690`)
Improved Documentation - 4.0.12
- Document user level config. (:issue:2633)
Commits
- c958bc9
<tox-dev/tox@c958bc9>
release 4.0.14
- 569268a
<tox-dev/tox@569268a>
Ignore non-test section names and invalid factor filters (#2748
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2748>)
- 50985fe
<tox-dev/tox@50985fe>
Fix release
- e6550b8
<tox-dev/tox@e6550b8>
release 4.0.13
- 45e2c29
<tox-dev/tox@45e2c29>
Update release branch
- 864332f
<tox-dev/tox@864332f>
Fix space not accepted in factor filter expression (#2744
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2744>)
- 5e6f7e6
<tox-dev/tox@5e6f7e6>
Fix plain section shadows env config (#2742
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2742>)
- 9553e4f
<tox-dev/tox@9553e4f>
release 4.0.12
- 5cef030
<tox-dev/tox@5cef030>
Fix python hash seed not being set (#2739
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2739>)
- d074f3f
<tox-dev/tox@d074f3f>
Fix typo
- Additional commits viewable in compare view
<tox-dev/tox@4.0.11...4.0.14>
[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:
#111
Commit Summary
- 6585c7c
<6585c7c>
Bump tox from 4.0.11 to 4.0.14
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/111/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/111/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(8)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/111.patch
- https://github.com/mikelane/reddit-get/pull/111.diff
—
Reply to this email directly, view it on GitHub
<#111>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYLLHGT4CVPHW5XBYB3WN67CDANCNFSM6AAAAAATC3EYTM>
.
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 4.0.11 to 4.0.14.
Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
c958bc9
release 4.0.14569268a
Ignore non-test section names and invalid factor filters (#2748)50985fe
Fix releasee6550b8
release 4.0.1345e2c29
Update release branch864332f
Fix space not accepted in factor filter expression (#2744)5e6f7e6
Fix plain section shadows env config (#2742)9553e4f
release 4.0.125cef030
Fix python hash seed not being set (#2739)d074f3f
Fix typoDependabot 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)