From a48d72ea3054c9b60ef443deb83c6f47fae538b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:59:46 +0000 Subject: [PATCH] Bump tox from 4.5.2 to 4.6.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.5.2...4.6.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a0ddc1f8f..e30e2f911 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1685,14 +1685,14 @@ files = [ [[package]] name = "tox" -version = "4.5.2" +version = "4.6.0" description = "tox is a generic virtualenv management and test command line tool" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-4.5.2-py3-none-any.whl", hash = "sha256:f1a9541b292aa0449f6c7bb67dc0073f25f9086413c3922fe47f5168cbf7b2f4"}, - {file = "tox-4.5.2.tar.gz", hash = "sha256:ad87fb7a10ef476afb6eb7e408808057f42976ef0d30ad5fe023099ba493ce58"}, + {file = "tox-4.6.0-py3-none-any.whl", hash = "sha256:4874000453e637a87ca892f9744a2ab9a7d24064dad1b0ecbf5a4c3c146cc732"}, + {file = "tox-4.6.0.tar.gz", hash = "sha256:954f1f647f67f481d239a193288983242a6152b67503c4a56b19a4aafaa29736"}, ] [package.dependencies] @@ -1845,4 +1845,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "a5f2f2a9b3c4122c4f47bc3c869156b824e5bab11754061e7fd6084f0d32d0b5" +content-hash = "1c9c4b11398cbdcfad595688c345b513663a1df7b5052dc2d1750918899c1622" diff --git a/pyproject.toml b/pyproject.toml index 110ded624..7c96d1d8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest-mock = "^3.10.0" pytest-sugar = "^0.9.7" pytest-xdist = "^3.3.1" xdoctest = "^1.1.1" -tox = "^4.5.2" +tox = "^4.6.0" # Linting ## Code formatting