From 52587459f9dfc73faf9ed5a3fe65ab3347bf9675 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 06:04:38 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.0.17 (#60) 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.16` -> `4.0.17` | `4.2.6` (+12) | --- ### Release Notes
tox-dev/tox ### [`v4.0.17`](https://togithub.com/tox-dev/tox/releases/tag/4.0.17) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.0.16...4.0.17) #### What's Changed - Suppress a report output when verbosity = 0. by [@​q0w](https://togithub.com/q0w) in [https://github.com/tox-dev/tox/pull/2774](https://togithub.com/tox-dev/tox/pull/2774) - Fix --sdistonly behaviour by [@​q0w](https://togithub.com/q0w) in [https://github.com/tox-dev/tox/pull/2775](https://togithub.com/tox-dev/tox/pull/2775) - Override toxworkdir with --workdir. by [@​q0w](https://togithub.com/q0w) in [https://github.com/tox-dev/tox/pull/2776](https://togithub.com/tox-dev/tox/pull/2776) #### New Contributors - [@​q0w](https://togithub.com/q0w) made their first contribution in [https://github.com/tox-dev/tox/pull/2774](https://togithub.com/tox-dev/tox/pull/2774) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.0.16...4.0.17
--- ### 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 7a8a63a..173f4c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -839,14 +839,14 @@ files = [ [[package]] name = "tox" -version = "4.0.16" +version = "4.0.17" 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.16-py3-none-any.whl", hash = "sha256:1ba98d4a67b815403e616cf6ded707aeb0fadff10702928f9b990274c9703e9f"}, - {file = "tox-4.0.16.tar.gz", hash = "sha256:968fc4e27110defdf15972893cb15fe1669f338c8408d8835077462fb07e07fe"}, + {file = "tox-4.0.17-py3-none-any.whl", hash = "sha256:75d38f21cd7b7a6b90f199a6f84cc56fa5bec827606c106356a0be832630743f"}, + {file = "tox-4.0.17.tar.gz", hash = "sha256:ff03d29669ce728a395bf6e4da6c3904787c0d3c982a94df9ba5d05f6c126bc4"}, ] [package.dependencies] @@ -930,4 +930,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 = "399c39d4a41bba7262c8a9bff23600b6fc9bf5a2bc75f3c93b2705c5e79cf545" +content-hash = "383a4fb266cbf2049bc0618e84c6a5a9649b4110f4cd11efb9d30a7d91bd625a" diff --git a/pyproject.toml b/pyproject.toml index b9d39ce..4850505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.21.0" liccheck = "0.8.1" isort = "5.11.4" python-dotenv = "0.21.0" -tox = "4.0.16" +tox = "4.0.17" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]