From fb5325e81b70d1230388b50b21f5d1758efa6377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:32:08 +0000 Subject: [PATCH] Bump tox from 4.11.3 to 4.11.4 in /client Bumps [tox](https://github.com/tox-dev/tox) from 4.11.3 to 4.11.4. - [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.11.3...4.11.4) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 88c99724..ec4b5f82 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -33,7 +33,7 @@ certgrinder = "certgrinder.certgrinder:main" [project.optional-dependencies] dev = ["twine == 4.0.2", "pre-commit == 3.5.0", "setuptools-scm == 8.0.4", "build==1.0.3"] -test = ["pytest == 7.4.3", "pytest-cov==4.1.0", "tox == 4.11.3"] +test = ["pytest == 7.4.3", "pytest-cov==4.1.0", "tox == 4.11.4"] docs = ["Sphinx==7.2.6", "sphinx-rtd-theme==1.3.0", "sphinx-argparse==0.4.0"] [project.urls]