From fce19a3c64f716437cc4e4907aace25b96ab54bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:03:27 +0100 Subject: [PATCH] Bump tox from 4.12.1 to 4.13.0 (#90) Bumps [tox](https://github.com/tox-dev/tox) from 4.12.1 to 4.13.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.12.1...4.13.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31d498d..5449c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dns_exporter = "dns_exporter.entrypoint:main" [project.optional-dependencies] dev = ["pre-commit == 3.6.1", "setuptools-scm == 8.0.4"] -test = ["pytest == 8.0.0", "pytest-cov==4.1.0", "tox == 4.12.1", "requests==2.31.0", "pytest-randomly==3.15.0", "pytest-mock==3.12.0"] +test = ["pytest == 8.0.0", "pytest-cov==4.1.0", "tox == 4.13.0", "requests==2.31.0", "pytest-randomly==3.15.0", "pytest-mock==3.12.0"] docs = ["Sphinx==7.2.6", "furo==2024.1.29"] [project.urls]