From 789f0d3d028b124d5a0cd5be56aa0d2ed2577b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:58:35 +0000 Subject: [PATCH] Bump the tox group across 1 directory with 2 updates Bumps the tox group with 2 updates in the / directory: [tox](https://github.com/tox-dev/tox) and [tox-uv](https://github.com/tox-dev/tox-uv). Updates `tox` from 4.32.0 to 4.46.3 - [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.32.0...4.46.3) Updates `tox-uv` from 1.29.0 to 1.33.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.29.0...1.33.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.46.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tox - dependency-name: tox-uv dependency-version: 1.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tox ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..6efb7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,8 +83,8 @@ dev = [ {include-group = "ruff"}, ] tox = [ - "tox==4.32.0", - "tox-uv==1.29.0", + "tox==4.46.3", + "tox-uv==1.33.0", ] ruff = [ "ruff==0.14.9",