From 8dda6db95ad0c43dcee6cd99301c906966a213de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:45:13 +0000 Subject: [PATCH] Bump tox from 4.23.2 to 4.24.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.23.2 to 4.24.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.23.2...4.24.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... 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 ee77e124d..5409ec12b 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,6 +10,6 @@ pytest==8.3.4 pytest-asyncio==0.25.0 pytest-timeout==2.3.1 setuptools==75.8.0 -tox==4.23.2 +tox==4.24.1 types-filelock==3.2.7 types-freezegun==1.1.10