Skip to content

Commit

Permalink
chore(deps): update dependency tox to ~4.16.0 (#490)
Browse files Browse the repository at this point in the history
[![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://github.com/tox-dev/tox)
([changelog](https://tox.wiki/en/latest/changelog.html)) | `~4.15.0` ->
`~4.16.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox/4.15.1/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.15.1/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tox-dev/tox (tox)</summary>

### [`v4.16.0`](https://github.com/tox-dev/tox/releases/tag/4.16.0)

[Compare
Source](https://github.com/tox-dev/tox/compare/4.15.1...4.16.0)

<!-- Release notes generated using configuration in .github/release.yml
at 4.16.0 -->

#### What's Changed

- Fix two small documentation issues by
[@&#8203;srenfo](https://github.com/srenfo) in
[https://github.com/tox-dev/tox/pull/3297](https://github.com/tox-dev/tox/pull/3297)
- Fix tests after new setuptools by
[@&#8203;gaborbernat](https://github.com/gaborbernat) in
[https://github.com/tox-dev/tox/pull/3299](https://github.com/tox-dev/tox/pull/3299)
- Add `windir` to the default list of `pass_env` variables on Windows by
[@&#8203;kurtmckee](https://github.com/kurtmckee) in
[https://github.com/tox-dev/tox/pull/3303](https://github.com/tox-dev/tox/pull/3303)

#### New Contributors

- [@&#8203;srenfo](https://github.com/srenfo) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3297](https://github.com/tox-dev/tox/pull/3297)

**Full Changelog**:
tox-dev/tox@4.15.1...4.16.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkYXRhc291cmNlOnB5cGkiLCJkZXBUeXBlOmRldiIsIm1hbmFnZXI6cG9ldHJ5IiwicmVub3ZhdGUiLCJ1cGRhdGUtbWlub3IiLCJ2ZXJzaW9uaW5nOnBvZXRyeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent bbe7caf commit 5e26cae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ipykernel = "~6.29.0"
pip = "^24.0.0"
pre-commit = "~3.7.0"
taskipy = "~1.13.0"
tox = "~4.15.0"
tox = "~4.16.0"
tox-gh-actions = "~3.2.0"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 5e26cae

Please sign in to comment.