From 1e7d1c472c6fd148dcd77f657646794832b3c906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:48:23 +0000 Subject: [PATCH] Bump tox from 4.4.11 to 4.12.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.4.11 to 4.12.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.4.11...4.12.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e7245a..dce7bf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dns_exporter = "dns_exporter.entrypoint:main" [project.optional-dependencies] dev = ["twine == 4.0.2", "pre-commit == 3.3.3", "setuptools-scm == 7.1.0"] -test = ["pytest == 7.3.0", "pytest-cov==4.0.0", "tox == 4.4.11", "requests==2.28.2"] +test = ["pytest == 7.3.0", "pytest-cov==4.0.0", "tox == 4.12.1", "requests==2.28.2"] docs = ["Sphinx==7.0.1", "furo==2023.3.27"] [project.urls]