From 432bf40fcf090b8d1e5ff13c019179bd2f3f57cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:44:58 +0000 Subject: [PATCH 1/2] Build(deps-dev): update tox-gh-actions requirement Updates the requirements on [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) to permit the latest version. - [Release notes](https://github.com/ymyzk/tox-gh-actions/releases) - [Commits](https://github.com/ymyzk/tox-gh-actions/compare/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: tox-gh-actions dependency-version: 3.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 413a30b..4365c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "ruff>=0.11.0", "sphinx>=8.2.3", "tox>=4.25.0", - "tox-gh-actions>=3.3.0", + "tox-gh-actions>=3.5.0", ] [tool.coverage.run] From 70b3db79a6efb5e520396a5859b03a268d6b5b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:56:10 +0000 Subject: [PATCH 2/2] [PATCH] Ruff auto-format --- uv.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uv.lock b/uv.lock index 1fcd8fe..ce16cce 100644 --- a/uv.lock +++ b/uv.lock @@ -403,7 +403,7 @@ dev = [ { name = "ruff", specifier = ">=0.11.0" }, { name = "sphinx", specifier = ">=8.2.3" }, { name = "tox", specifier = ">=4.25.0" }, - { name = "tox-gh-actions", specifier = ">=3.3.0" }, + { name = "tox-gh-actions", specifier = ">=3.5.0" }, ] [[package]] @@ -711,14 +711,14 @@ wheels = [ [[package]] name = "tox-gh-actions" -version = "3.3.0" +version = "3.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "tox" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6d/79/825b2551498a8a339699b87da52ee23fc80cae3f89a5cf7d48b46325fbb3/tox_gh_actions-3.3.0.tar.gz", hash = "sha256:6933775dd7ab98649de5134283277e604fecfd4eb44bf31150c1c6ba2b1092ef", size = 19205, upload-time = "2025-02-22T15:10:44.019Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9c/11/6c3f818887c37a144a4b48bfc440150f006bdac7a68d92de1046680f578f/tox_gh_actions-3.5.0.tar.gz", hash = "sha256:cc8e148c4513042e5019973e5672594c3df241b035e7fb550f6f778588110051", size = 18815, upload-time = "2025-10-22T14:12:24.846Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/77/c7/1cf26c90539746a2bdb8217f13c29e15e33a525f13595b690150bceb5bef/tox_gh_actions-3.3.0-py2.py3-none-any.whl", hash = "sha256:0e1f9db7a775d04b6d94ab801c60d2d482929a934136262969791eb0ccac65a4", size = 9948, upload-time = "2025-02-22T15:10:42.77Z" }, + { url = "https://files.pythonhosted.org/packages/fd/9e/8d50f3b3fc4af8c73154f64d4a2293bfa2d517a19000e70ef2d614254084/tox_gh_actions-3.5.0-py3-none-any.whl", hash = "sha256:070790114c92f4c94337047515ca5e077ceb269a5cb9366e0a0b3440a024eca1", size = 9910, upload-time = "2025-10-22T14:12:23.405Z" }, ] [[package]]