From c234c67ba103f5dd538641a6ed081ed1bc95564a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:40:07 +0000 Subject: [PATCH] Bump furo from 2023.3.27 to 2023.9.10 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.3.27 to 2023.9.10. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2023.03.27...2023.09.10) --- updated-dependencies: - dependency-name: furo 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 5c6b59a..3bd5c41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,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", "build==1.0.3"] test = ["pytest == 7.4.4", "pytest-cov==4.0.0", "tox == 4.12.1", "requests==2.28.2"] -docs = ["Sphinx==7.0.1", "furo==2023.3.27"] +docs = ["Sphinx==7.0.1", "furo==2023.9.10"] [project.urls] homepage = "https://github.com/tykling/dns_exporter"