From fa5fba9642026c6f45675b8996e446c913fe5af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:20:18 +0000 Subject: [PATCH] :arrow_up: Bump tox in /{{cookiecutter.project_slug}}/.github/workflows Bumps [tox](https://github.com/tox-dev/tox) from 3.27.1 to 4.0.2. - [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.1...4.0.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/.github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt b/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt index 3fe8ee97f..2ecd389a8 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt +++ b/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==22.3.1 poetry==1.2.2 -tox==3.27.1 +tox==4.0.2 tox-gh-actions==2.11.0