Skip to content

Commit 3983933

Browse files
chore(deps): update dependency tox to ~4.12.0 (#400)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tox](https://togithub.com/tox-dev/tox) ([changelog](https://tox.wiki/en/latest/changelog.html)) | `~4.11.0` -> `~4.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox/4.11.4/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.11.4/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tox-dev/tox (tox)</summary> ### [`v4.12.0`](https://togithub.com/tox-dev/tox/releases/tag/4.12.0) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.11.4...4.12.0) <!-- Release notes generated using configuration in .github/release.yml at 4.12.0 --> #### What's Changed - Exclude bots from generated release notes by [@&#8203;hugovk](https://togithub.com/hugovk) in [https://github.com/tox-dev/tox/pull/3163](https://togithub.com/tox-dev/tox/pull/3163) - Imply `--parallel` when `--parallel-no-spinner` is passed by [@&#8203;tusharsadhwani](https://togithub.com/tusharsadhwani) in [https://github.com/tox-dev/tox/pull/3159](https://togithub.com/tox-dev/tox/pull/3159) - Fix 'open an issue' link in development.rst by [@&#8203;TheRealFalcon](https://togithub.com/TheRealFalcon) in [https://github.com/tox-dev/tox/pull/3179](https://togithub.com/tox-dev/tox/pull/3179) - Fix the CI by [@&#8203;gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3183](https://togithub.com/tox-dev/tox/pull/3183) - Always pass FORCE_COLOR & NO_COLOR to the environment by [@&#8203;hashar](https://togithub.com/hashar) in [https://github.com/tox-dev/tox/pull/3172](https://togithub.com/tox-dev/tox/pull/3172) #### New Contributors - [@&#8203;tusharsadhwani](https://togithub.com/tusharsadhwani) made their first contribution in [https://github.com/tox-dev/tox/pull/3159](https://togithub.com/tox-dev/tox/pull/3159) - [@&#8203;TheRealFalcon](https://togithub.com/TheRealFalcon) made their first contribution in [https://github.com/tox-dev/tox/pull/3179](https://togithub.com/tox-dev/tox/pull/3179) **Full Changelog**: tox-dev/tox@4.11.4...4.12.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/naa0yama/pythonboilerplate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcce62e commit 3983933

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ipykernel = "~6.25.0"
2828
pip = "^23.0.0"
2929
pre-commit = "~3.4.0"
3030
taskipy = "~1.12.0"
31-
tox = "~4.11.0"
31+
tox = "~4.12.0"
3232
tox-gh-actions = "~3.1.0"
3333

3434
[tool.poetry.group.docs.dependencies]

0 commit comments

Comments
 (0)