From 882c605b05e546056c38fb9c661bbf72f2b1cd21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 06:38:21 +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 a93fbd0..d6c0d99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,13 +382,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] @@ -431,4 +431,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "dad386a28082590f4719f7ce26a42cf4b7cf9ef546eebe90005f7dd1559660f0" +content-hash = "f77bd1a5375eb9f4ad878ea5dade158c4e800f4a8c474e2ca024aa3492756d7e" diff --git a/pyproject.toml b/pyproject.toml index 271d60b..fcb68dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ optional = true pytest = '^7.4.0' pytest-cov = '^4.1.0' tox = '^4.6.4' -tox-gh-actions = '^3.1.1' +tox-gh-actions = '^3.1.3' [tool.poetry.urls]