From c274d8e516ae4327be1e805edca3b6c72aa8ddff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:55:15 +0200 Subject: [PATCH] chore(deps): update dependency tox to v4.18.1 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.18.0` -> `==4.18.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tox/4.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tox/4.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tox/4.18.0/4.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tox/4.18.0/4.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tox-dev/tox (tox) ### [`v4.18.1`](https://redirect.github.com/tox-dev/tox/releases/tag/4.18.1) [Compare Source](https://redirect.github.com/tox-dev/tox/compare/4.18.0...4.18.1) #### What's Changed - Fixup the spec string for sys.executable by [@​hroncok](https://redirect.github.com/hroncok) in [https://github.com/tox-dev/tox/pull/3327](https://redirect.github.com/tox-dev/tox/pull/3327) - Fix issue link in changelog by [@​schlamar](https://redirect.github.com/schlamar) in [https://github.com/tox-dev/tox/pull/3332](https://redirect.github.com/tox-dev/tox/pull/3332) - Properly document the `tox_env_teardown` hook by [@​kemzeb](https://redirect.github.com/kemzeb) in [https://github.com/tox-dev/tox/pull/3333](https://redirect.github.com/tox-dev/tox/pull/3333) - Add 3.13 to CI and bump deps by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/3339](https://redirect.github.com/tox-dev/tox/pull/3339) #### New Contributors - [@​schlamar](https://redirect.github.com/schlamar) made their first contribution in [https://github.com/tox-dev/tox/pull/3332](https://redirect.github.com/tox-dev/tox/pull/3332) - [@​kemzeb](https://redirect.github.com/kemzeb) made their first contribution in [https://github.com/tox-dev/tox/pull/3333](https://redirect.github.com/tox-dev/tox/pull/3333) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.18.0...4.18.1
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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. --- - [ ] 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/luminartech/dev-tools). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index 0839c3a..5e717c3 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -1,2 +1,2 @@ -tox==4.18.0 +tox==4.18.1 poetry==1.8.3