From 6fbd4721e4aad1d5623bebd279f4619ad158eca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:46:49 +0000 Subject: [PATCH] Bump tox from 4.12.1 to 4.14.2 in /requirements Bumps [tox](https://github.com/tox-dev/tox) from 4.12.1 to 4.14.2. - [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.12.1...4.14.2) --- 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 7ed4e8df..b6487c55 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -153,7 +153,7 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx -tox==4.12.1 +tox==4.14.2 # via -r dev.in types-pyopenssl==24.0.0.20240130 # via types-redis