From 53de9f533ea77e57729f12d48923a3ade9bf1c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 03:43:51 +0000 Subject: [PATCH] Update tox requirement from ==4.28.* to ==4.29.* 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.28.0...4.29.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0e41c433..041b43f1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ coverage == 7.10.* pre-commit == 4.3.* psycopg2-binary == 2.9.* -tox == 4.28.* +tox == 4.29.*