From ec253c01001756fe5734838193f68a553314c5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 17:08:20 +0000 Subject: [PATCH] Build(deps-dev): bump tox-gh-actions from 3.3.0 to 3.4.0 Bumps [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/ymyzk/tox-gh-actions/releases) - [Commits](https://github.com/ymyzk/tox-gh-actions/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: tox-gh-actions dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4bcdfb..d84944a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,21 +510,21 @@ virtualenv = ">=20.34" [[package]] name = "tox-gh-actions" -version = "3.3.0" +version = "3.4.0" description = "Seamless integration of tox into GitHub Actions" optional = false python-versions = ">=3.7" groups = ["tests"] files = [ - {file = "tox_gh_actions-3.3.0-py2.py3-none-any.whl", hash = "sha256:0e1f9db7a775d04b6d94ab801c60d2d482929a934136262969791eb0ccac65a4"}, - {file = "tox_gh_actions-3.3.0.tar.gz", hash = "sha256:6933775dd7ab98649de5134283277e604fecfd4eb44bf31150c1c6ba2b1092ef"}, + {file = "tox_gh_actions-3.4.0-py3-none-any.whl", hash = "sha256:31abb90827472181c17ed07385493e4614fd8c03955e43fef42c06a366712850"}, + {file = "tox_gh_actions-3.4.0.tar.gz", hash = "sha256:76e80610fe5cda2f57af0ef45537d8f86c36d0bb8823feb20f85d30f4a7600ce"}, ] [package.dependencies] tox = ">=4,<5" [package.extras] -testing = ["black ; platform_python_implementation == \"CPython\"", "devpi-process", "flake8 (>=6,<7) ; python_version >= \"3.8\"", "mypy ; platform_python_implementation == \"CPython\"", "pytest (>=7)", "pytest-cov (>=4)", "pytest-mock (>=3)", "pytest-randomly (>=3)"] +testing = ["devpi-process", "mypy ; platform_python_implementation == \"CPython\"", "pre-commit", "pytest (>=7)", "pytest-cov (>=4)", "pytest-mock (>=3)", "pytest-randomly (>=3)"] [[package]] name = "typing-extensions"