From 6bd6e67d99111226b5a4cc81555001c0c8fa664e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:52:34 +0000 Subject: [PATCH] build(deps): Bump enum-tools from 0.11.0 to 0.12.0 Bumps [enum-tools](https://github.com/domdfcoding/enum_tools) from 0.11.0 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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f22b033..a2217f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -498,13 +498,13 @@ dates = ["pytz (>=2019.1)"] [[package]] name = "enum-tools" -version = "0.11.0" +version = "0.12.0" description = "Tools to expand Python's enum module." optional = true python-versions = ">=3.6" files = [ - {file = "enum_tools-0.11.0-py3-none-any.whl", hash = "sha256:9e76186ff4fd1798a64a855d334e245a7d2b67970c40029acccff06c58bf0535"}, - {file = "enum_tools-0.11.0.tar.gz", hash = "sha256:ed10ae4c2109c52e6ca17505a3bdb173b2554f5f0449677621829023a9d8bd33"}, + {file = "enum_tools-0.12.0-py3-none-any.whl", hash = "sha256:d69b019f193c7b850b17d9ce18440db7ed62381571409af80ccc08c5218b340a"}, + {file = "enum_tools-0.12.0.tar.gz", hash = "sha256:13ceb9376a4c5f574a1e7c5f9c8eb7f3d3fbfbb361cc18a738df1a58dfefd460"}, ] [package.dependencies] @@ -1963,4 +1963,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "5951db0fea1ae9c5f0675fb8df06b062a3f605c2bb145e4bd2417911ab1f6068" +content-hash = "44520f19b1802b4cfc6c365a1a2fd01e37491728de052d930762e134bbdf3016" diff --git a/pyproject.toml b/pyproject.toml index 479c89e..a100ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ click = { version = "^8.0.3", optional = true } appdirs = { version = "^1.4.4", optional = true } Sphinx = { version = "^7.2.6", optional = true } furo = { version = "^2024.1.29", optional = true } -enum-tools = {extras = ["sphinx"], version = "^0.11.0", optional = true } +enum-tools = {extras = ["sphinx"], version = "^0.12.0", optional = true } [tool.poetry.extras] cli = ["click", "appdirs"]