From aa9cc56e3c0f28ebda86ad39a5317757872aaee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:28:51 +0200 Subject: [PATCH] build(deps-dev): bump tox from 4.54.0 to 4.55.1 in the tox group (#8349) * build(deps-dev): bump tox from 4.54.0 to 4.55.1 in the tox group Bumps the tox group with 1 update: [tox](https://github.com/tox-dev/tox). Updates `tox` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.54.0...4.55.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tox ... Signed-off-by: dependabot[bot] * [autofix.ci] apply automated fixes --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 272a1395f..e35c02d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ {include-group = "ruff"}, ] tox = [ - "tox==4.54.0", + "tox==4.55.1", "tox-uv==1.35.2", ] ruff = [ diff --git a/uv.lock b/uv.lock index f184e5f1d..5a5b26536 100644 --- a/uv.lock +++ b/uv.lock @@ -1086,14 +1086,14 @@ dev = [ { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "requests", specifier = "==2.33.1" }, { name = "ruff", specifier = "==0.15.11" }, - { name = "tox", specifier = "==4.54.0" }, + { name = "tox", specifier = "==4.55.1" }, { name = "tox-uv", specifier = "==1.35.2" }, { name = "types-requests", specifier = "==2.33.0.20260408" }, { name = "wheel", specifier = "==0.47.0" }, ] ruff = [{ name = "ruff", specifier = "==0.15.11" }] tox = [ - { name = "tox", specifier = "==4.54.0" }, + { name = "tox", specifier = "==4.55.1" }, { name = "tox-uv", specifier = "==1.35.2" }, ] @@ -1816,7 +1816,7 @@ wheels = [ [[package]] name = "tox" -version = "4.54.0" +version = "4.55.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cachetools" }, @@ -1830,9 +1830,9 @@ dependencies = [ { name = "tomli-w" }, { name = "virtualenv" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/2c/7ca5edb5ecd6bcc5cc926fe87e62a84dcd3cbd03a32f9d0bee98d2bee7cf/tox-4.54.0.tar.gz", hash = "sha256:21e36fd8256590379620848d0b03b52f4d541b65b749de1a17c3e616978dad58", size = 279256, upload-time = "2026-05-12T19:13:05.937Z" } +sdist = { url = "https://files.pythonhosted.org/packages/79/5b/4f09156a3f7bf3c4fa23212717f097c59126d81e2c557e6fd872a62db38a/tox-4.55.1.tar.gz", hash = "sha256:0678fbf26dd5b559b1ef128fa4388325920219322ebc8cc5f3497627c00f4472", size = 280676, upload-time = "2026-06-03T20:01:03.487Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/26/18/20cf56a76c5d6117547179db9b5d31cc56e3e90507d1b0b748da74aa95c5/tox-4.54.0-py3-none-any.whl", hash = "sha256:a2d7c1177242ae9c3d9e404039e9f945ce16a3e5dfc66972c643e27d7e764f4b", size = 214527, upload-time = "2026-05-12T19:13:04.334Z" }, + { url = "https://files.pythonhosted.org/packages/bb/fd/394f00f3d3e23d87eb7b20276d88fe835e48780d3eb30e6f362428bb80c8/tox-4.55.1-py3-none-any.whl", hash = "sha256:e2084be6dfdef96ba1bed4948e6a1f73613d6952e1477be5dca45653d4c053c8", size = 215360, upload-time = "2026-06-03T20:01:01.967Z" }, ] [[package]]