diff --git a/poetry.lock b/poetry.lock index f58072f..5f37574 100644 --- a/poetry.lock +++ b/poetry.lock @@ -725,14 +725,14 @@ testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "devpi-process ( [[package]] name = "tox-gh-actions" -version = "3.0.0" +version = "3.1.0" description = "Seamless integration of tox into GitHub Actions" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-gh-actions-3.0.0.tar.gz", hash = "sha256:1a20286a1102c720a5979f56a060f6d618306dbb660a6724a31d89f397421e5c"}, - {file = "tox_gh_actions-3.0.0-py2.py3-none-any.whl", hash = "sha256:059ebfdba76864819f3a4629c3404be094dae9dc8e7922c7c7a9999b9551f82a"}, + {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"}, ] [package.dependencies] @@ -845,4 +845,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "36a0405f48ca2426cce843becbb74678b311c7954b7b66ae3a8ae9f925526fc1" +content-hash = "2d0e7bb51a6ec11dedbb0eeb8ba777d7aa4dd31f47f7a2d5427f80401b8755f4" diff --git a/pyproject.toml b/pyproject.toml index dc4c455..4df6c8e 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.4.8" -tox-gh-actions = "^3.0.0" +tox-gh-actions = "^3.1.0" [tool.black] line-length = 120