From 27a3929c5136ae854fe0582fc4e001531b09fdfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 06:04:05 +0000 Subject: [PATCH] Bump enum-tools[sphinx] from 0.9.0.post1 to 0.10.0 Bumps [enum-tools[sphinx]](https://github.com/domdfcoding/enum_tools) from 0.9.0.post1 to 0.10.0. - [Release notes](https://github.com/domdfcoding/enum_tools/releases) - [Commits](https://github.com/domdfcoding/enum_tools/compare/v0.9.0.post1...v0.10.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 1a66f0070..70cb64a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -293,7 +293,7 @@ dev = [ "doc8==0.11.2", "docker==6.1.3", "dodgy==0.2.1", - "enum-tools[sphinx]==0.9.0.post1", + "enum-tools[sphinx]==0.10.0", "freezegun==1.2.2", "furo==2023.5.20", "mypy==1.3.0",