From 2426b555e06f9697e519fa4b56350fc870fbb9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:25:40 +0000 Subject: [PATCH] chore(deps): update dependency xdoctest to v1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e9f4329..03cf8be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,7 +171,7 @@ dependencies = [ "pytest-cov==4.1.0", "ruff==0.1.6", "types-tqdm==4.66.0.4", - "xdoctest==1.1.2", + "xdoctest==1.2.0", ] [tool.hatch.envs.default.scripts]