From 50aad61a6dc613b1c5a159327ad9d3f4c21a409f Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 00:16:49 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.0.15 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [tox](https://togithub.com/tox-dev/tox) | dev | patch | `4.0.14` -> `4.0.15` | `4.1.3` (+7) | --- ### Release Notes
tox-dev/tox ### [`v4.0.15`](https://togithub.com/tox-dev/tox/releases/tag/4.0.15) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.0.14...4.0.15) #### What's Changed - test_sequential: resolve() the system_executable by [@​masenf](https://togithub.com/masenf) in [https://github.com/tox-dev/tox/pull/2751](https://togithub.com/tox-dev/tox/pull/2751) - Fix provisioning by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2750](https://togithub.com/tox-dev/tox/pull/2750) - Fix complex negative factor filters not working by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2757](https://togithub.com/tox-dev/tox/pull/2757) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.0.14...4.0.15
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 Co-authored-by: descope[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 424c0b6..d94c06f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,14 +840,14 @@ files = [ [[package]] name = "tox" -version = "4.0.14" +version = "4.0.15" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.0.14-py3-none-any.whl", hash = "sha256:4e7e87ef5d1cf62f2b4413dd5ae5a940b24c0924627783b51c06c0e3d32ce225"}, - {file = "tox-4.0.14.tar.gz", hash = "sha256:498a53c66ba8c1005d0bbee4fe4c477913d4f27cadd5c00bc972f04ed31f8b19"}, + {file = "tox-4.0.15-py3-none-any.whl", hash = "sha256:2ecb6acee1a9e84fbc83c6aa5a8554b8c6e4048f07f4136b5e2669e5566429b1"}, + {file = "tox-4.0.15.tar.gz", hash = "sha256:5017f6717b2199d7864addee5b6f4381517f64b669efe05753e61c80f0f324e9"}, ] [package.dependencies] @@ -931,4 +931,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "81d21bc98ba416f21b72fcc5e1b4fb6d34b22ccce87b9fb6ea3d5f7564620f58" +content-hash = "8729fd356750aee0edd8cfcce987f3bbca06c0ad0165caf94d25dfeba961b71d" diff --git a/pyproject.toml b/pyproject.toml index 354bd6b..d8ab813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.20.0" liccheck = "0.8.1" isort = "5.11.3" python-dotenv = "0.21.0" -tox = "4.0.14" +tox = "4.0.15" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]