Skip to content

Commit

Permalink
chore(deps): update dependency tox to ~4.23.0 (#595)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tox](https://redirect.github.com/tox-dev/tox)
([changelog](https://tox.wiki/en/latest/changelog.html)) | `~4.22.0` ->
`~4.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox/4.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox/4.22.0/4.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.22.0/4.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.23.0`](https://redirect.github.com/tox-dev/tox/releases/tag/4.23.0)

[Compare
Source](https://redirect.github.com/tox-dev/tox/compare/4.22.0...4.23.0)

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

#### What's Changed

- replace tool.pyproject and tool.tox.pyproject with tool.tox in config…
by [@&#8203;graingert-coef](https://redirect.github.com/graingert-coef)
in
[https://github.com/tox-dev/tox/pull/3411](https://redirect.github.com/tox-dev/tox/pull/3411)
- Add NETRC to the default_pass_env list by
[@&#8203;chipot](https://redirect.github.com/chipot) in
[https://github.com/tox-dev/tox/pull/3410](https://redirect.github.com/tox-dev/tox/pull/3410)

#### New Contributors

- [@&#8203;graingert-coef](https://redirect.github.com/graingert-coef)
made their first contribution in
[https://github.com/tox-dev/tox/pull/3411](https://redirect.github.com/tox-dev/tox/pull/3411)
- [@&#8203;chipot](https://redirect.github.com/chipot) made their first
contribution in
[https://github.com/tox-dev/tox/pull/3410](https://redirect.github.com/tox-dev/tox/pull/3410)

**Full Changelog**:
tox-dev/tox@4.22.0...4.23.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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/naa0yama/PythonBoilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkYXRhc291cmNlOnB5cGkiLCJkZXBUeXBlOmRldiIsIm1hbmFnZXI6cG9ldHJ5IiwicmVub3ZhdGUiLCJ1cGRhdGUtbWlub3IiLCJ2ZXJzaW9uaW5nOnBvZXRyeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 7bfb425 commit 5a767a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 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 @@ -22,7 +22,7 @@ python = "3.10.14"
pip = "^24.0.0"
pre-commit = "~4.0.0"
taskipy = "~1.14.0"
tox = "~4.22.0"
tox = "~4.23.0"
tox-gh-actions = "~3.2.0"

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

0 comments on commit 5a767a6

Please sign in to comment.