From bdb17937a7d57b9552f1e5d024ff5bd72741d3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:51:27 +0000 Subject: [PATCH] Bump enum-tools[sphinx] from 0.10.0 to 0.11.0 Bumps [enum-tools[sphinx]](https://github.com/domdfcoding/enum_tools) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/domdfcoding/enum_tools/releases) - [Commits](https://github.com/domdfcoding/enum_tools/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: enum-tools[sphinx] 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 84d26f320..9b2a7037b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -296,7 +296,7 @@ dev = [ "doc8==0.11.2", "docker==6.1.3", "dodgy==0.2.1", - "enum-tools[sphinx]==0.10.0", + "enum-tools[sphinx]==0.11.0", "freezegun==1.2.2", "furo==2023.9.10", "mypy==1.5.1",