From 88146607dabbc6120e88b60ca2263f062f2e679d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:23:58 +0000 Subject: [PATCH] Bump tox from 4.46.3 to 4.48.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.46.3 to 4.48.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.46.3...4.48.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.48.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 199e667..b58aeda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-django==4.11.1", "pytest-cov==7.0.0", "pytest-randomly==4.0.1", - "tox==4.46.3", + "tox==4.48.1", ] [project.urls]