From 516490387ff7d887a6590358d80077b3a33b736e Mon Sep 17 00:00:00 2001
From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com>
Date: Tue, 14 Feb 2023 05:14:10 +0000
Subject: [PATCH] chore(deps): update dependency tox to v4.4.3 (#100)
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.2` -> `4.4.3` | `4.4.5` (+1) |
---
### Release Notes
tox-dev/tox
### [`v4.4.3`](https://togithub.com/tox-dev/tox/releases/tag/4.4.3)
[Compare Source](https://togithub.com/tox-dev/tox/compare/4.4.2...4.4.3)
#### What's Changed
- \[changelog.rst] typo fix by
[@sparkiegeek](https://togithub.com/sparkiegeek) in
[https://github.com/tox-dev/tox/pull/2900](https://togithub.com/tox-dev/tox/pull/2900)
- Support recursive extras defined in pyproject.toml by
[@masenf](https://togithub.com/masenf) in
[https://github.com/tox-dev/tox/pull/2905](https://togithub.com/tox-dev/tox/pull/2905)
- fix assertions in test_graph to actually test results by
[@asottile](https://togithub.com/asottile) in
[https://github.com/tox-dev/tox/pull/2906](https://togithub.com/tox-dev/tox/pull/2906)
- Avoid `pre-commit` `isort` crash by
[@gschaffner](https://togithub.com/gschaffner) in
[https://github.com/tox-dev/tox/pull/2908](https://togithub.com/tox-dev/tox/pull/2908)
- docs/faq.rst: clarify how constrain_package_deps works by
[@masenf](https://togithub.com/masenf) in
[https://github.com/tox-dev/tox/pull/2902](https://togithub.com/tox-dev/tox/pull/2902)
#### New Contributors
- [@sparkiegeek](https://togithub.com/sparkiegeek) made their
first contribution in
[https://github.com/tox-dev/tox/pull/2900](https://togithub.com/tox-dev/tox/pull/2900)
- [@gschaffner](https://togithub.com/gschaffner) made their first
contribution in
[https://github.com/tox-dev/tox/pull/2908](https://togithub.com/tox-dev/tox/pull/2908)
**Full Changelog**: https://github.com/tox-dev/tox/compare/4.4.2...4.4.3
---
### 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 f02e052..00a5090 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -838,14 +838,14 @@ files = [
[[package]]
name = "tox"
-version = "4.4.2"
+version = "4.4.3"
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.2-py3-none-any.whl", hash = "sha256:258895ba5de919490c03ef97467c4c8c42954537dfd96ae72cc2fb63dac67cf0"},
- {file = "tox-4.4.2.tar.gz", hash = "sha256:3d8a8dd8a5afdc0d37af3e2b4959e427fe22530d0aa599baf0120e144b3defa3"},
+ {file = "tox-4.4.3-py3-none-any.whl", hash = "sha256:04ad250ceff5ca4b6b7c62b8f7839fbbde8fd656d037756c9387eec6d643a7d8"},
+ {file = "tox-4.4.3.tar.gz", hash = "sha256:2ae0ab67b0c4ca0fc3da0a8814f88ee6a94b43f5c911258c9b78e8b40591ed2b"},
]
[package.dependencies]
@@ -929,4 +929,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 = "8361a4362f6ba4236a61458662fe03aca6123db63e9d38fd718622819e4fade8"
+content-hash = "fe1f68a37d1513da2b5c240f062a7bffb31426c51526795f2568a6ff84b3edfb"
diff --git a/pyproject.toml b/pyproject.toml
index 293d750..87c6094 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ pre-commit = "3.0.2"
liccheck = "0.8.3"
isort = "5.12.0"
python-dotenv = "0.21.1"
-tox = "4.4.2"
+tox = "4.4.3"
# Authorized and unauthorized licenses in LOWER CASE
[tool.liccheck]