From 8c7812209f9bc2cf95356b88b4b4745a8e213162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 02:55:09 +0000 Subject: [PATCH] chore(deps-dev): Update tox requirement from 4.24.2 to 4.25.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.24.2...4.25.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2500dbf5..5e99e956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ autopep8 = "2.3.1" mypy = "1.14.1" bandit = "1.7.10" tomli = { version = "^2.0.1", python = "<3.11" } -tox = "4.24.2" +tox = "4.25.0" # min version required to be able to install some dependencies # see https://github.com/MichaelKim0407/flake8-use-fstring/issues/33