From 9a89e3995c99281819145e63ae3cba28c6bfadf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:39:44 +0000 Subject: [PATCH] Bump tox from 3.27.0 to 4.6.4 Bumps [tox](https://github.com/tox-dev/tox) from 3.27.0 to 4.6.4. - [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/3.27.0...4.6.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- extras.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras.txt b/extras.txt index 699c8fa..be7cc25 100644 --- a/extras.txt +++ b/extras.txt @@ -6,5 +6,5 @@ flake8 pytest pytest-cov pytest-mock -tox==3.27.0 +tox==4.6.4 coverage-badge==1.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 2f03875..7309609 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ extras = { "testing": [ - "tox==3.27.0", + "tox==4.6.4", "black", "isort", "autoflake",