Skip to content

Bump tox from 3.28.0 to 4.4.7#2011

Merged
namurphy merged 3 commits into
mainfrom
dependabot/pip/tox-4.4.7
Mar 15, 2023
Merged

Bump tox from 3.28.0 to 4.4.7#2011
namurphy merged 3 commits into
mainfrom
dependabot/pip/tox-4.4.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2023

Copy link
Copy Markdown
Contributor

Bumps tox from 3.28.0 to 4.4.7.

Release notes

Sourced from tox's releases.

4.4.7

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.6...4.4.7

4.4.6

What's Changed

Full Changelog: tox-dev/tox@4.4.5...4.4.6

4.4.5

What's Changed

Full Changelog: tox-dev/tox@4.4.4...4.4.5

4.4.4

What's Changed

Full Changelog: tox-dev/tox@4.4.3...4.4.4

4.4.3

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.4.2...4.4.3

4.4.2

What's Changed

... (truncated)

Changelog

Sourced from tox's changelog.

Release History

.. include:: _draft.rst

.. towncrier release notes start

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

- Allow the user configuration file (default ``<appdir>/tox/config.ini``) to be overridden via the
  ``TOX_USER_CONFIG_FILE`` environment variable. Previously tox was looking at the ``TOX_CONFIG_FILE`` to override the
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot Bot requested review from a team and StanczakDominik as code owners March 13, 2023 04:10
@dependabot dependabot Bot added the no changelog entry needed For PRs that should not have a changelog entry label Mar 13, 2023
@codecov

codecov Bot commented Mar 13, 2023

Copy link
Copy Markdown

Codecov Report

Patch and project coverage have no change.

Comparison is base (31fd439) 98.33% compared to head (c6e314b) 98.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2011   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          96       96           
  Lines        8503     8503           
=======================================
  Hits         8361     8361           
  Misses        142      142           

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ejohnson-96 ejohnson-96 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependences updated

@dependabot dependabot Bot force-pushed the dependabot/pip/tox-4.4.7 branch from 65b1b22 to 925f2c2 Compare March 14, 2023 15:27
Bumps [tox](https://github.com/tox-dev/tox) from 3.28.0 to 4.4.7.
- [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.28.0...4.4.7)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/tox-4.4.7 branch from 925f2c2 to 863e76a Compare March 15, 2023 19:19

@namurphy namurphy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that there was a reason why we had the tox<4 restriction, but I'm having difficulty finding it or remembering what it was. But, the tests seem to be passing, so let's go for it!

@namurphy namurphy merged commit 7d7a20d into main Mar 15, 2023
@dependabot dependabot Bot deleted the dependabot/pip/tox-4.4.7 branch March 15, 2023 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog entry needed For PRs that should not have a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants