From d784cc43ecd9f6c6b34b0add0590ffd655c38189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:58:33 +0800 Subject: [PATCH] Bump tox from 4.14.1 to 4.15.1 (#2214) Bumps [tox](https://github.com/tox-dev/tox) from 4.14.1 to 4.15.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.14.1...4.15.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 516a9721..2449a1e6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ ruff==0.4.7 setuptools==69.5.1 sphinx-copybutton==0.5.2 sphinx_rtd_theme==2.0.0 -tox==4.14.1 +tox==4.15.1 types-python-dateutil==2.9.0.20240316; python_version>'3.8' types-redis==4.6.0.20240425; python_version>'3.8' types-requests==2.31.0.20240311; python_version>'3.8'