From bd63f084672de31850f999bdeb5a9a9e6feac7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 18:58:46 +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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f9f736a..23d3e8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -556,13 +556,13 @@ testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "detect-test-pol [[package]] name = "tox-gh-actions" -version = "3.1.1" +version = "3.1.3" description = "Seamless integration of tox into GitHub Actions" optional = false python-versions = ">=3.7" files = [ - {file = "tox-gh-actions-3.1.1.tar.gz", hash = "sha256:8092fbedef53d29ca4f5ee35e15b4324b2edcd5c9dc17db56777cddac23ac3c1"}, - {file = "tox_gh_actions-3.1.1-py2.py3-none-any.whl", hash = "sha256:06cbe70c80eb36c560df6e437c94a1782b894b1f7cc3afdd8cf85cdf62701bde"}, + {file = "tox-gh-actions-3.1.3.tar.gz", hash = "sha256:ffd4151fe8b62c6f401a2fc5a01317835d7ab380923f6e0d063c300750308328"}, + {file = "tox_gh_actions-3.1.3-py2.py3-none-any.whl", hash = "sha256:5954766fe2ed0e284f3cdc87535dfdf68d0f803f1011b17ff8cf52ed3156e6c1"}, ] [package.dependencies] @@ -689,4 +689,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "fac0d012635882fbe1e634bbd3c8319ab3d0959398be6b0e27d596ab9ca28864" +content-hash = "a6d4f66040aee01042decd74f9ccc1c901fee16c76bd503872a17c7d8af2cd04" diff --git a/pyproject.toml b/pyproject.toml index c84efb4..c22c967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ coverage = {version = '^7.2.7', extras = ['toml',]} pytest = '^7.4.0' pytest-cov = '^4.1.0' tox = '^4.6.3' -tox-gh-actions = '^3.1.1' +tox-gh-actions = '^3.1.3' [tool.poetry.urls]