From cf97b6f2078c3889d4693f7f05b876cdfd762ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 06:58:32 +0000 Subject: [PATCH] Bump tox-gh-actions from 3.1.1 to 3.1.3 Bumps [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/ymyzk/tox-gh-actions/releases) - [Commits](https://github.com/ymyzk/tox-gh-actions/compare/v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: tox-gh-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f41e5c2..9bb4faa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "flake8==4.0.1", "pre-commit==3.3.2", "tox==4.6.4", - "tox-gh-actions==3.1.1", + "tox-gh-actions==3.1.3", "codecov==2.1.12", "coverage==7.2.7", "mongomock==4.1.2",