From 9ea37073f615ab698de3c1f12d65e40dd076c495 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 01:17:56 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.2.6 (#77) 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) ([changelog](https://tox.wiki/en/latest/changelog.html)) | dev | patch | `4.2.5` -> `4.2.6` | `4.3.5` (+7) | --- ### Release Notes
tox-dev/tox ### [`v4.2.6`](https://togithub.com/tox-dev/tox/releases/tag/4.2.6) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.2.5...4.2.6) #### What's Changed - Handle properly pip --no-binary / --only-binary options in requirements.txt format files. by [@​q0w](https://togithub.com/q0w) in [https://github.com/tox-dev/tox/pull/2834](https://togithub.com/tox-dev/tox/pull/2834) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.2.5...4.2.6
--- ### 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 2e3eb62..c52ad66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -839,14 +839,14 @@ files = [ [[package]] name = "tox" -version = "4.2.5" +version = "4.2.6" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.2.5-py3-none-any.whl", hash = "sha256:a256447ec85a058004231f19ca3df66b3be591a7561c8f8389d1d60b5b629989"}, - {file = "tox-4.2.5.tar.gz", hash = "sha256:dba263a7da1151e3f7c0816bf9efcbad127ee7ec981e5f03b9666b47619c735e"}, + {file = "tox-4.2.6-py3-none-any.whl", hash = "sha256:fb79b3e4b788491949576a9c80c2d56419eac994567c3591e24bb2788b5901d0"}, + {file = "tox-4.2.6.tar.gz", hash = "sha256:ecf224a4f3a318adcdd71aa8fe15ffd31f14afd6a9845a43ffd63950a7325538"}, ] [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 = "b5957b0c718305a0a6e67d23351a5fbafd1936ac2f8296147139a193a39ca114" +content-hash = "2ada5e6e4820e255bf52438856551c587d8cf2bdf0fd934e45c7902f9562ce1d" diff --git a/pyproject.toml b/pyproject.toml index 35fc3e6..7655013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.21.0" liccheck = "0.8.3" isort = "5.11.4" python-dotenv = "0.21.0" -tox = "4.2.5" +tox = "4.2.6" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]