From 1d9fa8aaeca25776503a16a5068f07b2afa4146b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 02:01:56 +0000 Subject: [PATCH] chore(deps): update dependency tox-gh-actions to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd168dd9..eea4e119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tox = "^3.23.0" tox-poetry-installer = { extras = ["poetry"], version = "^0.8.0" } black = "^20.8b1" wemake-python-styleguide = "^0.15.2" -tox-gh-actions = "^2.5.0" +tox-gh-actions = "^3.0.0" pre-commit = "^2.12.1" mkdocs = "^1.1.2" python-semantic-release = "^7.15.3"