From 81eea6857776b1e33363f402fe9643328c05acad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:50:31 +0000 Subject: [PATCH] Update tox requirement from ~=4.34.1 to ~=4.47.0 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [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.34.1...4.47.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.47.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index dcdf2b8..73dcc17 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ pre-commit -tox~=4.34.1 +tox~=4.47.0 pytest-django~=4.12.0 pytest factory-boy~=3.3.3