From 14455c058f6aecc34ed62ff46baba3f0442743e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:36:19 +0000 Subject: [PATCH] Update tox requirement from ~=4.34.1 to ~=4.53.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.53.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.53.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..c0b056f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,5 +1,5 @@ pre-commit -tox~=4.34.1 +tox~=4.53.0 pytest-django~=4.12.0 pytest factory-boy~=3.3.3