From 65ea692de1c7b5ce28b5d91c86a30ba632e9ea63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:02:07 +0000 Subject: [PATCH] build(deps-dev): update tox requirement Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `tox` to 4.20.0 - [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.18.1...4.20.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development dependency-group: python-packages ... 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 c72793b..fddb329 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,7 +2,7 @@ pytest==8.3.3 mypy==1.11.2 black==24.8.0 ruff==0.6.5 -tox~=4.18.1 +tox~=4.20.0 pre-commit~=3.8.0 build>=0.10.0 coverage>=7.2.7