From 4bcb51bb8aef6d5f1f5d8a44b512b22ef6030e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:27:52 +0000 Subject: [PATCH] Bump tox from 4.22.0 to 4.23.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.22.0 to 4.23.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.22.0...4.23.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... 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 472e74a..fe4973f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,5 +10,5 @@ pytest-cov==5.0.0 pytest==8.3.3 pytest-asyncio==0.24.0 isort==5.13.2 -tox==4.22.0 +tox==4.23.0 wheel==0.44.0