pyomop
pyomop copied to clipboard
build(deps-dev): bump tox from 3.24.5 to 4.14.1
Bumps tox from 3.24.5 to 4.14.1.
Release notes
Sourced from tox's releases.
4.14.1
What's Changed
- Fix fresh subprocesses and allow duplicate register config calls for the core set only by
@gaborbernat
in tox-dev/tox#3237Full Changelog: https://github.com/tox-dev/tox/compare/4.14.0...4.14.1
4.14.0
What's Changed
- Fix issue/PR number in 4.13.0 changelog by
@hroncok
in tox-dev/tox#3223- Fix linkcheck failing by
@gaborbernat
in tox-dev/tox#3229- Support fresh subprocess for build backends by
@gaborbernat
in tox-dev/tox#3233- Allow plugins to attach data to --version by
@gaborbernat
in tox-dev/tox#3234Full Changelog: https://github.com/tox-dev/tox/compare/4.13.0...4.14.0
4.13.0
What's Changed
- Document usage of Pytest with Tox as a FAQ entry by
@faph
in tox-dev/tox#3192- docs/config.rst: State in config directive sections their ini file sections by
@0cjs
in tox-dev/tox#3194- .gitignore: Add /tests/demo_pkg_inline/.tox/ by
@0cjs
in tox-dev/tox#3198- docs/development: Summarise important points experienced devs need to know by
@0cjs
in tox-dev/tox#3197- Add tests for CliEnv by
@0cjs
in tox-dev/tox#3204- Document how CliEnv works by
@0cjs
in tox-dev/tox#3206- docs/development "Key points": Two updates and general improvement by
@0cjs
in tox-dev/tox#3205- session.env_select.CliEnv: Document and test spaces behaviour by
@0cjs
in tox-dev/tox#3208- config.cli.test_cli_ini: Re-order for clarity (textual moves only) by
@0cjs
in tox-dev/tox#3209- Revert previous "precommit autoupdate (#3214)" commit; it's broken by
@0cjs
in tox-dev/tox#3215- Extract packaging virtualenv code to its own class by
@gaborbernat
in tox-dev/tox#3221New Contributors
@faph
made their first contribution in tox-dev/tox#3192@0cjs
made their first contribution in tox-dev/tox#3194Full Changelog: https://github.com/tox-dev/tox/compare/4.12.1...4.13.0
4.12.1
What's Changed
- Fix tox version requirement in docs by
@Viicos
in tox-dev/tox#3184- #3165 fixed Tox failing with --installpkg and multi testenvs by
@Stefanhg
in tox-dev/tox#3186
... (truncated)
Changelog
Sourced from tox's changelog.
v4.14.1 (2024-03-06)
Bugfixes - 4.14.1
- Fix crash with fresh subprocess, if the build backend is setuptools automatically enable fresh subprocesses for build backend calls - by :user:`gaborbernat`. (:issue:`3235`)
v4.14.0 (2024-03-05)
Features - 4.14.0
- Support enabling fresh subprocess for packaging build backends via :ref:
fresh_subprocess
- by :user:gaborbernat
. (:issue:3227
)- Allow plugins attaching additional information to
--version
viatox_append_version_info
method in the plugin module - by :user:gaborbernat
. (:issue:3234
)v4.13.0 (2024-02-16)
Features - 4.13.0
- Extract virtual environment packaging code to its own base class not tied to ``virtualenv`` - by :user:`gaborbernat`. (:issue:`3221`)
Improved Documentation - 4.13.0
- Documented usage of
pytest
withtox run-parallel
- by :user:faph
. (:issue:3187
)- Configuration: state in config directive sections their ini file sections - by :user:
0cjs
. (:issue:3194
)- Development: summarize important points experienced developers need to know - by :user:
0cjs
. (:issue:3197
)v4.12.1 (2024-01-16)
Bugfixes - 4.12.1
- Fixed bug where running with --installpkg and multiple envs could not clean up between tests (:issue:`3165`)
v4.12.0 (2024-01-11)
Features - 4.12.0
- Always pass
FORCE_COLOR
andNO_COLOR
to the environment (:issue:3171
)Bugfixes - 4.12.0
- ``--parallel-no-spinner`` flag now implies ``--parallel`` (:issue:`3158`)
Improved Documentation - 4.12.0
... (truncated)
Commits
acbef2d
release 4.14.1969fbec
Fix fresh subprocesses and allow duplicate register config calls for the core...d37cb08
release 4.14.05356d96
Allow plugins to attach data to --version (#3234)717e27f
Support fresh subprocess for build backends (#3233)0fd872d
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#3230)ed447c4
Fix linkcheck failing (#3229)57783e3
[pre-commit.ci] pre-commit autoupdate (#3226)c024fe2
Fix issue/PR number in 4.13.0 changelogae156e2
release 4.13.0- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)