From c3e3279c94b572006fe37516a4f06ea9b509b9ba Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:14:46 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.4.7 (#121) 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.4.6` -> `4.4.7` | `4.4.8` | --- ### Release Notes
tox-dev/tox ### [`v4.4.7`](https://togithub.com/tox-dev/tox/releases/tag/4.4.7) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.6...4.4.7) #### What's Changed - docs(config): fix temp_dir default value by [@​thecesrom](https://togithub.com/thecesrom) in [https://github.com/tox-dev/tox/pull/2932](https://togithub.com/tox-dev/tox/pull/2932) - docs: set html_last_updated_fmt to format string by [@​paravoid](https://togithub.com/paravoid) in [https://github.com/tox-dev/tox/pull/2937](https://togithub.com/tox-dev/tox/pull/2937) #### New Contributors - [@​thecesrom](https://togithub.com/thecesrom) made their first contribution in [https://github.com/tox-dev/tox/pull/2932](https://togithub.com/tox-dev/tox/pull/2932) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.6...4.4.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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e5e125..9708ff3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -936,14 +936,14 @@ files = [ [[package]] name = "tox" -version = "4.4.6" +version = "4.4.7" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.4.6-py3-none-any.whl", hash = "sha256:e3d4a65852f029e5ba441a01824d2d839d30bb8fb071635ef9cb53952698e6bf"}, - {file = "tox-4.4.6.tar.gz", hash = "sha256:9786671d23b673ace7499c602c5746e2a225d1ecd9d9f624d0461303f40bd93b"}, + {file = "tox-4.4.7-py3-none-any.whl", hash = "sha256:da10ca1d809b99fae80b706b9dc9656b1daf505a395ac427d130a8a85502d08f"}, + {file = "tox-4.4.7.tar.gz", hash = "sha256:52c92a96e2c3fd47c5301e9c26f5a871466133d5376958c1ed95ef4ff4629cbe"}, ] [package.dependencies] @@ -1027,4 +1027,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "6f7062049a0f5edb1fd45ec3d90352fedebf36028b710fa48754be3f6213c17e" +content-hash = "342d2dc5ffc2238d575408e4549e8a9fbe2a16dca735f4518f1dd8fdef8c408b" diff --git a/pyproject.toml b/pyproject.toml index 4da141b..c2cf426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pre-commit = "3.1.1" liccheck = "0.8.3" isort = "5.12.0" python-dotenv = "1.0.0" -tox = "4.4.6" +tox = "4.4.7" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]