From 9307d9ca60627c712b82a5db2586a6eeabc8afea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 02:59:01 +0000 Subject: [PATCH] chore(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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8a8ac6c..4921614 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "black" @@ -672,13 +672,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] @@ -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 = "70d5b21fdc0628c7ec290a754f38a89634a39a975525bcc9571fbb3e0fdd8066" +content-hash = "81d44de4425330c28f71cc4d9cac04147d4adc9d0e4e250788ba9e32e283d62c" diff --git a/pyproject.toml b/pyproject.toml index b9d63de..e26204c 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.8.0" -tox-gh-actions = "^3.1.3" +tox-gh-actions = "^3.2.0" [tool.black] line-length = 120