Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2023

Bumps tox from 3.25.1 to 4.2.3.

Release notes

Sourced from tox's releases.

4.2.3

What's Changed

Full Changelog: tox-dev/tox@4.2.2...4.2.3

4.2.2

What's Changed

Full Changelog: tox-dev/tox@4.2.1...4.2.2

4.2.1

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.2.0...4.2.1

4.2.0

What's Changed

Full Changelog: tox-dev/tox@4.1.3...4.2.0

4.1.3

What's Changed

Full Changelog: tox-dev/tox@4.1.2...4.1.3

4.1.2

What's Changed

... (truncated)

Changelog

Sourced from tox's changelog.

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`)

v4.1.3 (2023-01-02)

Bugfixes - 4.1.3

- Reuse package_env with ``--installpkg`` - by :user:`q0w`. (:issue:`2442`)
- Fail more gracefully when pip :ref:`install_command` is empty - by :user:`jayaddison`. (:issue:`2695`)

</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/tox-dev/tox/commit/f07335d358282d47fa593de9b31bb94e950fb782&quot;&gt;&lt;code&gt;f07335d&lt;/code&gt;&lt;/a> release 4.2.3</li>
<li><a href="https://github.com/tox-dev/tox/commit/4eed8d5135e6c2f04c7779354b262c86ae90d898&quot;&gt;&lt;code&gt;4eed8d5&lt;/code&gt;&lt;/a> Fix devenv when package for env is wheel/editable (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2820&quot;&gt;#2820&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/497c17c5c043801a9d61f63472feed24f0af7250&quot;&gt;&lt;code&gt;497c17c&lt;/code&gt;&lt;/a> Require space after colon before factor expansion (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2822&quot;&gt;#2822&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/36fe263bd14a6379ec570817ade6677487f08a23&quot;&gt;&lt;code&gt;36fe263&lt;/code&gt;&lt;/a> release 4.2.2</li>
<li><a href="https://github.com/tox-dev/tox/commit/2ce4d89f751d58ada6e0918ecf631e82605029bb&quot;&gt;&lt;code&gt;2ce4d89&lt;/code&gt;&lt;/a> Add more c-extension env-vars to default pass_env (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2818&quot;&gt;#2818&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/a906a2a2b013bfb5e7b8d5b28c85f4dcc4f92925&quot;&gt;&lt;code&gt;a906a2a&lt;/code&gt;&lt;/a> Remove docs about colour regression (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2816&quot;&gt;#2816&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/43382af3a228c4dfc098ec50e136971553ee0035&quot;&gt;&lt;code&gt;43382af&lt;/code&gt;&lt;/a> release 4.2.1</li>
<li><a href="https://github.com/tox-dev/tox/commit/4578eaa45fe5f5f80f08754627be8f4376cf3a97&quot;&gt;&lt;code&gt;4578eaa&lt;/code&gt;&lt;/a> update how extras are extracted to handle cases with more than 2 groups (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2812&quot;&gt;#2812&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/tox-dev/tox/commit/27c52ec2b77647374b7ff4a82244f0ff489d1afc&quot;&gt;&lt;code&gt;27c52ec&lt;/code&gt;&lt;/a> Update upgrading.rst</li>
<li><a href="https://github.com/tox-dev/tox/commit/2e977fb97a60129eee6764fcf0a4c86e01ceabee&quot;&gt;&lt;code&gt;2e977fb&lt;/code&gt;&lt;/a> Update changelog.rst</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.25.1...4.2.3&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

Bumps [tox](https://github.com/tox-dev/tox) from 3.25.1 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@3.25.1...4.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 5, 2023
@dependabot dependabot bot mentioned this pull request Jan 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2023

Superseded by #72.

@dependabot dependabot bot closed this Jan 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/tox-4.2.3 branch January 6, 2023 13:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant