From 781544e96295c0933e4e392f7104d8b67100ed28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:01:20 +0000 Subject: [PATCH] Bump enum-tools[sphinx] from 0.12.0 to 0.13.0 Bumps [enum-tools[sphinx]](https://github.com/domdfcoding/enum_tools) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/domdfcoding/enum_tools/releases) - [Commits](https://github.com/domdfcoding/enum_tools/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: enum-tools[sphinx] dependency-version: 0.13.0 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 3f177a43..f54a8068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ optional-dependencies.dev = [ "doccmd==2025.4.8", "docformatter==1.7.5", "docker==7.1.0", - "enum-tools[sphinx]==0.12.0", + "enum-tools[sphinx]==0.13.0", "freezegun==1.5.1", "furo==2024.8.6", "interrogate==1.7.0",