From 20f029cee04a2b917c2c69384c55187d1ffd707b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 02:59:37 +0000 Subject: [PATCH] chore(deps-dev): bump tox-gh-actions from 3.1.0 to 3.1.1 Bumps [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ymyzk/tox-gh-actions/releases) - [Commits](https://github.com/ymyzk/tox-gh-actions/compare/v3.1.0...v3.1.1) --- 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 1882674..34eda5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -705,14 +705,14 @@ testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "devpi-process ( [[package]] name = "tox-gh-actions" -version = "3.1.0" +version = "3.1.1" description = "Seamless integration of tox into GitHub Actions" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-gh-actions-3.1.0.tar.gz", hash = "sha256:d314349eff393b5cf8978a6a90bc8ecda385bdc9611fddc38e829649324dff6f"}, - {file = "tox_gh_actions-3.1.0-py2.py3-none-any.whl", hash = "sha256:4db4ec96e7e52b45a83c36ed4b0bec19a3e946f23eb325c3e8629fdd1e41d63c"}, + {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"}, ] [package.dependencies] @@ -825,4 +825,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "04042a6c4240aa12e1abbd5c8d85b492bf1895d3a42c3fda497f0fe90af71b52" +content-hash = "2432c1b0a709f2eb52c6ded032faac5f2e75d8130966e88061f783b9e8c40137" diff --git a/pyproject.toml b/pyproject.toml index 7cef5b9..9c0ca65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = {version = "^23.3", allow-prereleases = true} pytest-cov = "^4.0.0" pytest-mock = "^3.6.1" tox = "^4.5.1" -tox-gh-actions = "^3.1.0" +tox-gh-actions = "^3.1.1" [tool.black] line-length = 120