From 0410daf6223dc50546b3b0f26a6ac7fd4938306b Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sun, 25 Dec 2022 21:13:24 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.0.8 (#43) 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.6` -> `4.0.8` | `4.0.16` (+7) | --- ### Release Notes
tox-dev/tox ### [`v4.0.8`](https://togithub.com/tox-dev/tox/releases/tag/4.0.8) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.0.7...4.0.8) #### What's Changed - Fix multiple substitutions on factor filtering by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2680](https://togithub.com/tox-dev/tox/pull/2680) - Fix requirements.txt parsing by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2683](https://togithub.com/tox-dev/tox/pull/2683) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.0.7...4.0.8 ### [`v4.0.7`](https://togithub.com/tox-dev/tox/releases/tag/4.0.7) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.0.6...4.0.7) #### What's Changed - Support for --no-deps within deps by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2678](https://togithub.com/tox-dev/tox/pull/2678) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.0.6...4.0.7
--- ### 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 63e6074..41424d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,14 +840,14 @@ files = [ [[package]] name = "tox" -version = "4.0.6" +version = "4.0.8" 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.6-py3-none-any.whl", hash = "sha256:69a991d22bdddf3ac168041dfa03ed29753dca35a72ee79722e7486a54eda2da"}, - {file = "tox-4.0.6.tar.gz", hash = "sha256:25fe4a5f4eb28b3b1ff672a48571f1adb4e9410221089fb52fb5ac6df473b963"}, + {file = "tox-4.0.8-py3-none-any.whl", hash = "sha256:da0899154e8b38e807a74adb53c331efc05a5790e4a717f9bd2e7c80c8e04c48"}, + {file = "tox-4.0.8.tar.gz", hash = "sha256:4f282bcdea8abab26ccdfccbdd770899bb9b660b6e0a68814da83b5401ea41d6"}, ] [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 = "66e03e7836d5cb29fa63d8c157004db93bddf5d96243b44ec50d26dd31efe231" +content-hash = "3371d314488e798cb70d1ac37ff9db9f48dcb33f4ac46373aa873ee41837fd98" diff --git a/pyproject.toml b/pyproject.toml index 3015543..d649ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "2.20.0" liccheck = "0.8.0" isort = "5.10.1" python-dotenv = "0.21.0" -tox = "4.0.6" +tox = "4.0.8" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]