-
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.1.3 to 4.2.3 #126
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.1.3 to 4.2.3. - [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.1.3...4.2.3) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... 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
Jan 5, 2023
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #126 +/- ##
=========================================
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, Jan 4, 2023 at 18:02 dependabot[bot] ***@***.***> wrote:
Bumps tox <https://github.com/tox-dev/tox> from 4.1.3 to 4.2.3.
Release notes
*Sourced from tox's releases <https://github.com/tox-dev/tox/releases>.*
4.2.3 What's Changed
- Require space after colon before factor expansion by @pdecat
<https://github.com/pdecat> in tox-dev/tox#2822
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2822>
- Fix devenv when package for env is wheel/editable by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2820
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2820>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.2.2...4.2.3>
4.2.2 What's Changed
- Remove docs about colour regression by @adamchainz
<https://github.com/adamchainz> in tox-dev/tox#2816
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2816>
- Add more c-extension env-vars to default pass_env by @gaborbernat
<https://github.com/gaborbernat> in tox-dev/tox#2818
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2818>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.2.1...4.2.2>
4.2.1 What's Changed
- update how extras are extracted to handle cases with more than 2
groups by @dconathan <https://github.com/dconathan> in
tox-dev/tox#2812
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2812>
New Contributors
- @dconathan <https://github.com/dconathan> made their first
contribution in tox-dev/tox#2812
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2812>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.2.0...4.2.1>
4.2.0 What's Changed
- Introduce Upgrading doc page for tox4 by @sirosen
<https://github.com/sirosen> in tox-dev/tox#2805
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2805>
- Document ambiguous usages in v3-to-v4 by @sirosen
<https://github.com/sirosen> in tox-dev/tox#2808
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2808>
- Packaging inherits from pkgenv, deps and document tox 4 packaging
changes by @gaborbernat <https://github.com/gaborbernat> in
tox-dev/tox#2813
<https://github-redirect.dependabot.com/tox-dev/tox/pull/2813>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.1.3...4.2.0>
Changelog
*Sourced from tox's changelog
<https://github.com/tox-dev/tox/blob/main/docs/changelog.rst>.*
v4.2.3 (2023-01-04)
Bugfixes - 4.2.3
- ``devenv`` does not respect the specified path when the package is a wheel file - by :user:`gaborbernat`. (:issue:`2815`)
- Require space after colon before factor filter expansion, unless it is the last character of the line - by :user:`pdecat`. (:issue:`2822`)
v4.2.2 (2023-01-04)
Bugfixes - 4.2.2
- Add CC, CFLAGS, CCSHARED, CXX, CPPFLAGS, LDFLAGS, PKG_CONFIG and
PKG_CONFIG_SYSROOT_DIR to the default passed through environment
variables list as these are needed for building various C-extensions
- by :user:gaborbernat. (:issue:2818)
v4.2.1 (2023-01-03)
Bugfixes - 4.2.1
- Fix extracting extras from markers with more than 2 extras in an or chain - by :user:`dconathan`. (:issue:`2791`)
v4.2.0 (2023-01-03)
Features - 4.2.0
- Packaging environments now inherit from the pkgenv section, allowing
to set all your packaging options in one place, and support the deps
key to set additional dependencies that will be installed after
pyproject.toml static requires but before backends dynamic requires -
by :user:gaborbernat. (:issue:2543)
Improved Documentation - 4.2.0
- Document breaking changes with tox 4 and packaging environments - by :user:`gaborbernat`. (:issue:`2543`)
- Document how to handle environments whose names match ``tox`` subcommands - by :user:`sirosen`. (:issue:`2728`)
Commits
- f07335d
<tox-dev/tox@f07335d>
release 4.2.3
- 4eed8d5
<tox-dev/tox@4eed8d5>
Fix devenv when package for env is wheel/editable (#2820
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2820>)
- 497c17c
<tox-dev/tox@497c17c>
Require space after colon before factor expansion (#2822
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2822>)
- 36fe263
<tox-dev/tox@36fe263>
release 4.2.2
- 2ce4d89
<tox-dev/tox@2ce4d89>
Add more c-extension env-vars to default pass_env (#2818
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2818>)
- a906a2a
<tox-dev/tox@a906a2a>
Remove docs about colour regression (#2816
<https://github-redirect.dependabot.com/tox-dev/tox/issues/2816>)
- 43382af
<tox-dev/tox@43382af>
release 4.2.1
- 4578eaa
<tox-dev/tox@4578eaa>
update how extras are extracted to handle cases with more than 2 groups (
#2812 <https://github-redirect.dependabot.com/tox-dev/tox/issues/2812>)
- 27c52ec
<tox-dev/tox@27c52ec>
Update upgrading.rst
- 2e977fb
<tox-dev/tox@2e977fb>
Update changelog.rst
- Additional commits viewable in compare view
<tox-dev/tox@4.1.3...4.2.3>
[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:
#126
Commit Summary
- 0c73a7b
<0c73a7b>
Bump tox from 4.1.3 to 4.2.3
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/126/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/126/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(6)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/126.patch
- https://github.com/mikelane/reddit-get/pull/126.diff
—
Reply to this email directly, view it on GitHub
<#126>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYOOCAL6RMF3DDRZKC3WQYTTLANCNFSM6AAAAAATRNQL7A>
.
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.1.3 to 4.2.3.
Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
f07335d
release 4.2.34eed8d5
Fix devenv when package for env is wheel/editable (#2820)497c17c
Require space after colon before factor expansion (#2822)36fe263
release 4.2.22ce4d89
Add more c-extension env-vars to default pass_env (#2818)a906a2a
Remove docs about colour regression (#2816)43382af
release 4.2.14578eaa
update how extras are extracted to handle cases with more than 2 groups (#2812)27c52ec
Update upgrading.rst2e977fb
Update changelog.rstDependabot 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)