From bea92ead32dde20b58603d5ad4f290a484a40f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 21:19:12 +0000 Subject: [PATCH] build(deps): bump tox from 4.6.1 to 4.6.3 in /requirements Bumps [tox](https://github.com/tox-dev/tox) from 4.6.1 to 4.6.3. - [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.6.1...4.6.3) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/integration.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/integration.txt b/requirements/integration.txt index 336f9f00585f6..20023d62aeb2b 100644 --- a/requirements/integration.txt +++ b/requirements/integration.txt @@ -46,7 +46,7 @@ pluggy==1.0.0 # via tox pre-commit==3.3.3 # via -r integration.in -pyproject-api==1.5.1 +pyproject-api==1.5.2 # via tox pyproject-hooks==1.0.0 # via build @@ -54,9 +54,9 @@ pyyaml==5.4.1 # via pre-commit toposort==1.10 # via pip-compile-multi -tox==4.6.1 +tox==4.6.3 # via -r integration.in -virtualenv==20.23.0 +virtualenv==20.23.1 # via # pre-commit # tox