-
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.4.7 to 4.4.8 #163
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.4.7 to 4.4.8. - [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.4.7...4.4.8) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
=========================================
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 in Codecov by Sentry. |
@dependabot merge
…On Sun, Mar 26, 2023 at 19:58 dependabot[bot] ***@***.***> wrote:
Bumps tox <https://github.com/tox-dev/tox> from 4.4.7 to 4.4.8.
Release notes
*Sourced from tox's releases <https://github.com/tox-dev/tox/releases>.*
4.4.8 What's Changed
- Include tox.ini in sdist to fix tests by @mgorny
<https://github.com/mgorny> in tox-dev/tox#2939
<https://github.com/tox-dev/tox/pull/2939>
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot
<https://github.com/dependabot> in tox-dev/tox#2940
<https://github.com/tox-dev/tox/pull/2940>
- docs: remove (dynamic) years from copyright by @paravoid
<https://github.com/paravoid> in tox-dev/tox#2941
<https://github.com/tox-dev/tox/pull/2941>
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot
<https://github.com/dependabot> in tox-dev/tox#2950
<https://github.com/tox-dev/tox/pull/2950>
- Update documentation regarding homedir variable (upgrade to tox 4)
by @aelray <https://github.com/aelray> in tox-dev/tox#2955
<https://github.com/tox-dev/tox/pull/2955>
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot
<https://github.com/dependabot> in tox-dev/tox#2956
<https://github.com/tox-dev/tox/pull/2956>
- Bump deps and tools by @gaborbernat <https://github.com/gaborbernat>
in tox-dev/tox#2954 <https://github.com/tox-dev/tox/pull/2954>
- docs: s/master/main/g in contributing docs by @sk1p
<https://github.com/sk1p> in tox-dev/tox#2960
<https://github.com/tox-dev/tox/pull/2960>
- Fix for requirements.txt using both --index-url and --find-links by
@sk1p <https://github.com/sk1p> in tox-dev/tox#2959
<https://github.com/tox-dev/tox/pull/2959>
New Contributors
- @aelray <https://github.com/aelray> made their first contribution
in tox-dev/tox#2955 <https://github.com/tox-dev/tox/pull/2955>
- @sk1p <https://github.com/sk1p> made their first contribution in
tox-dev/tox#2960 <https://github.com/tox-dev/tox/pull/2960>
*Full Changelog*: ***@***.***
<tox-dev/tox@4.4.7...4.4.8>
Changelog
*Sourced from tox's changelog
<https://github.com/tox-dev/tox/blob/main/docs/changelog.rst>.*
v4.4.8 (2023-03-26)
Bugfixes - 4.4.8
- ``tox.ini`` is now included in source distributions in order to make all tests pass. (:issue:`2939`)
- Fix ``--index-url`` and ``--find-links`` being used together in ``requirements.txt`` files. (:issue:`2959`)v4.4.6 (2023-02-21)
Bugfixes - 4.4.6
- Plugins are now able to access tox.ini config sections using a
custom prefix with the same suffix / name as a tox testenv - by :user:
masenf (:issue:2926)
v4.4.5 (2023-02-07)
Bugfixes - 4.4.5
- Ignore labels when tox will provision a runtime environment (``.tox``) so that environment configurations which depend
on provisioned plugins or specific tox versions are not accessed in the outer tox process where the configuration would
be invalid - by :user:`masenf`. (:issue:`2916`)v4.4.4 (2023-01-31)
Bugfixes - 4.4.4
- Forward HOME by default - by :user:gschaffner. (:issue:2702)
v4.4.3 (2023-01-30)
Bugfixes - 4.4.3
- Tox will now expand self-referential extras discovered in package deps to respect local modifications to package
metadata. This allows a package extra to explicitly depend on another package extra, which previously only worked with
non-static metadata - by :user:`masenf`. (:issue:`2904`)v4.4.2 (2023-01-25)
Bugfixes - 4.4.2
</tr></table>
... (truncated)
Commits
- c037e62
<tox-dev/tox@c037e62>
release 4.4.8
- 0e3776e
<tox-dev/tox@0e3776e>
Fix for requirements.txt using both --index-url and --find-links (#2959
<https://github.com/tox-dev/tox/issues/2959>)
- 10c58ff
<tox-dev/tox@10c58ff>
docs: s/master/main/g in contributing docs
- 0a3d578
<tox-dev/tox@0a3d578>
Bump deps and tools (#2954
<https://github.com/tox-dev/tox/issues/2954>)
- f41c2cd
<tox-dev/tox@f41c2cd>
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#2956
<https://github.com/tox-dev/tox/issues/2956>)
- f942b91
<tox-dev/tox@f942b91>
Update documentation regarding homedir variable (upgrade to tox 4) (
#2955 <https://github.com/tox-dev/tox/issues/2955>)
- 6dff088
<tox-dev/tox@6dff088>
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2950
<https://github.com/tox-dev/tox/issues/2950>)
- 9476995
<tox-dev/tox@9476995>
docs: remove (dynamic) years from copyright (#2941
<https://github.com/tox-dev/tox/issues/2941>)
- 5c3c58c
<tox-dev/tox@5c3c58c>
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#2940
<https://github.com/tox-dev/tox/issues/2940>)
- 78d1f64
<tox-dev/tox@78d1f64>
Include tox.ini in sdist to fix tests
- See full diff in compare view
<tox-dev/tox@4.4.7...4.4.8>
[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:
#163
Commit Summary
- 4d61e72
<4d61e72>
Bump tox from 4.4.7 to 4.4.8
File Changes
(2 files <https://github.com/mikelane/reddit-get/pull/163/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/163/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(46)
- *M* pyproject.toml
<https://github.com/mikelane/reddit-get/pull/163/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/163.patch
- https://github.com/mikelane/reddit-get/pull/163.diff
—
Reply to this email directly, view it on GitHub
<#163>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYLEESJFWUNB4DQGGKTW6D643ANCNFSM6AAAAAAWITA7FM>
.
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.4.7 to 4.4.8.
Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
c037e62
release 4.4.80e3776e
Fix for requirements.txt using both --index-url and --find-links (#2959)10c58ff
docs: s/master/main/g in contributing docs0a3d578
Bump deps and tools (#2954)f41c2cd
Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#2956)f942b91
Update documentation regardinghomedir
variable (upgrade to tox 4) (#2955)6dff088
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#2950)9476995
docs: remove (dynamic) years from copyright (#2941)5c3c58c
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#2940)78d1f64
Includetox.ini
in sdist to fix testsDependabot 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)