From 4af3cdb58d3e38b4e809fd4e311d6856f0e971ba Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 18:14:20 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.0.14 (#52) 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.13` -> `4.0.14` | `4.1.2` (+7) | --- ### Release Notes
tox-dev/tox ### [`v4.0.14`](https://togithub.com/tox-dev/tox/releases/tag/4.0.14) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.0.13...4.0.14) #### What's Changed - Ignore non-test section names and invalid factor filters by [@​gaborbernat](https://togithub.com/gaborbernat) in [https://github.com/tox-dev/tox/pull/2748](https://togithub.com/tox-dev/tox/pull/2748) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.0.13...4.0.14
--- ### 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 440491e..424c0b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,14 +840,14 @@ files = [ [[package]] name = "tox" -version = "4.0.13" +version = "4.0.14" 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.13-py3-none-any.whl", hash = "sha256:ce3f3eb90eedd04bdcbd687ca51703ae80c5664b823377e93fcd5e50d6573bd9"}, - {file = "tox-4.0.13.tar.gz", hash = "sha256:2830e668374ab1c484964f2d0e3d6f8fcfa170c5c388ec54d47fa359ea996715"}, + {file = "tox-4.0.14-py3-none-any.whl", hash = "sha256:4e7e87ef5d1cf62f2b4413dd5ae5a940b24c0924627783b51c06c0e3d32ce225"}, + {file = "tox-4.0.14.tar.gz", hash = "sha256:498a53c66ba8c1005d0bbee4fe4c477913d4f27cadd5c00bc972f04ed31f8b19"}, ] [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 = "59df284e4e9d07299df65c421760ed5b978e6a5c322a942eea856d6773da76f1" +content-hash = "81d21bc98ba416f21b72fcc5e1b4fb6d34b22ccce87b9fb6ea3d5f7564620f58" diff --git a/pyproject.toml b/pyproject.toml index 78dea3b..354bd6b 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.13" +tox = "4.0.14" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]