From 613db5ef8b13a8d95a4fcee15c00a110532017c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:21:00 +0000 Subject: [PATCH] chore(deps-dev): 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 9f82109..10ce544 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,13 +672,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] @@ -786,4 +786,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "c165f49f29eccbbc8d5d529a449090298dfd44cc5169a32d80d196b78f863b04" +content-hash = "a4a70d16aa9ffc7e69255ef8837dffeb786e9b7d1461a09bd14dab0fb6d5fdfc" diff --git a/pyproject.toml b/pyproject.toml index 076a870..5bc5dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = {version = "^23.3", allow-prereleases = true} pytest-cov = "^4.1.0" pytest-mock = "^3.11.1" tox = "^4.6.3" -tox-gh-actions = "^3.1.1" +tox-gh-actions = "^3.1.3" [tool.black] line-length = 120