From a81314f1d7bba1f479e31263dda47662daca4bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:06:17 +0000 Subject: [PATCH] Bump tox from 4.55.1 to 4.56.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.55.1 to 4.56.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.55.1...4.56.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1327ea48f..f189db3e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ test = [ "coveralls==4.1.0", "pre-commit==4.5.1", - "tox==4.55.1" + "tox==4.56.1" ] [tool.setuptools] diff --git a/uv.lock b/uv.lock index 1fcecf8cc..0538a0f74 100644 --- a/uv.lock +++ b/uv.lock @@ -107,7 +107,7 @@ requires-dist = [ { name = "sentry-sdk", specifier = ">=2.42.1" }, { name = "sqlalchemy", specifier = "==1.3.24" }, { name = "tenacity", specifier = "==9.1.4" }, - { name = "tox", marker = "extra == 'test'", specifier = "==4.55.1" }, + { name = "tox", marker = "extra == 'test'", specifier = "==4.56.1" }, { name = "whatthepatch", specifier = ">=0.0.5" }, ] provides-extras = ["dev", "test"] @@ -1370,7 +1370,7 @@ wheels = [ [[package]] name = "tox" -version = "4.55.1" +version = "4.56.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cachetools" }, @@ -1386,9 +1386,9 @@ dependencies = [ { name = "typing-extensions", marker = "python_full_version < '3.11'" }, { name = "virtualenv" }, ] -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" } +sdist = { url = "https://files.pythonhosted.org/packages/60/6a/d20d405fc6661902ff803a9fa048d8aae27597c3b5dc750369ded82d08f7/tox-4.56.1.tar.gz", hash = "sha256:db1c2610802553189cf40de251661d066a635ee0ed9bf2a60093b5f1a7f36ef8", size = 283155, upload-time = "2026-06-25T06:18:36.802Z" } wheels = [ - { 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" }, + { url = "https://files.pythonhosted.org/packages/d8/97/560a5dfde154619d9643b1e208119dddc29bbb35a38a4ce4d095c16cf8f0/tox-4.56.1-py3-none-any.whl", hash = "sha256:4d06b925c4dd67872099b39c5a46fba79a2169c5f6e32060f95a8b1181f0ef55", size = 216469, upload-time = "2026-06-25T06:18:35.229Z" }, ] [[package]]