From efe6a9b6761116b5d33db6ccf3b9c1120cae7078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:42:45 +0000 Subject: [PATCH] Build(deps-dev): Bump tox-gh-actions from 3.1.3 to 3.2.0 Bumps [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) from 3.1.3 to 3.2.0. - [Release notes](https://github.com/ymyzk/tox-gh-actions/releases) - [Commits](https://github.com/ymyzk/tox-gh-actions/compare/v3.1.3...v3.2.0) --- updated-dependencies: - dependency-name: tox-gh-actions dependency-type: direct:development update-type: version-update:semver-minor ... 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 006c2c7..6593d09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1822,13 +1822,13 @@ testing = ["build[virtualenv] (>=0.10)", "covdefaults (>=2.3)", "detect-test-pol [[package]] name = "tox-gh-actions" -version = "3.1.3" +version = "3.2.0" description = "Seamless integration of tox into GitHub Actions" optional = false python-versions = ">=3.7" files = [ - {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"}, + {file = "tox-gh-actions-3.2.0.tar.gz", hash = "sha256:ac6fa3b8da51bc90dd77985fd55f09e746c6558c55910c0a93d643045a2b0ccc"}, + {file = "tox_gh_actions-3.2.0-py2.py3-none-any.whl", hash = "sha256:821b66a4751a788fa3e9617bd796d696507b08c6e1d929ee4faefba06b73b694"}, ] [package.dependencies] @@ -2043,4 +2043,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1,<3.11" -content-hash = "0206ec458256a232df72238c8fc6934175db70ade2dd29d13323c6346c481548" +content-hash = "f90c04f275aabf9921c9631180d6da795e2487d3f8aad15bb85c9da5d401f4db" diff --git a/pyproject.toml b/pyproject.toml index c0cddc4..324ae4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ optional = true pytest = '^7.4.4' pytest-cov = '^4.1.0' tox = '^4.11.4' -tox-gh-actions = '^3.1.1' +tox-gh-actions = '^3.2.0' [tool.poetry.urls]