From 8acf318682621f9eb543233a0fd97516b2315ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 05:25:01 +0000 Subject: [PATCH] Bump enum-tools[sphinx] from 0.11 to 0.12.0 Bumps [enum-tools[sphinx]](https://github.com/domdfcoding/enum_tools) from 0.11 to 0.12.0. - [Release notes](https://github.com/domdfcoding/enum_tools/releases) - [Commits](https://github.com/domdfcoding/enum_tools/compare/v0.11.0...v0.12.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 ce8a3191a..405084f23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -304,7 +304,7 @@ dev = [ "dirty-equals==0.7.1.post0", "doc8==1.1.1", "docker==7.0.0", - "enum-tools[sphinx]==0.11", + "enum-tools[sphinx]==0.12.0", "freezegun==1.4.0", "furo==2024.1.29", "mypy==1.9.0",