From 1c24b1158397b7f997a258068b31acb28cebc0de Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 5 Nov 2024 17:38:31 +0000
Subject: [PATCH] Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.9.2 to 1.0.0.
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.9.2...1.0.0)

---
updated-dependencies:
- dependency-name: sphinxcontrib-mermaid
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 17 ++++++++++++-----
 pyproject.toml |  2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 537b241..9fe6b7d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2380,15 +2380,22 @@ test = ["flake8", "mypy", "pytest"]
 
 [[package]]
 name = "sphinxcontrib-mermaid"
-version = "0.9.2"
+version = "1.0.0"
 description = "Mermaid diagrams in yours Sphinx powered docs"
 optional = false
-python-versions = ">=3.7"
+python-versions = ">=3.8"
 files = [
-    {file = "sphinxcontrib-mermaid-0.9.2.tar.gz", hash = "sha256:252ef13dd23164b28f16d8b0205cf184b9d8e2b714a302274d9f59eb708e77af"},
-    {file = "sphinxcontrib_mermaid-0.9.2-py3-none-any.whl", hash = "sha256:6795a72037ca55e65663d2a2c1a043d636dc3d30d418e56dd6087d1459d98a5d"},
+    {file = "sphinxcontrib_mermaid-1.0.0-py3-none-any.whl", hash = "sha256:60b72710ea02087f212028feb09711225fbc2e343a10d34822fe787510e1caa3"},
+    {file = "sphinxcontrib_mermaid-1.0.0.tar.gz", hash = "sha256:2e8ab67d3e1e2816663f9347d026a8dee4a858acdd4ad32dd1c808893db88146"},
 ]
 
+[package.dependencies]
+pyyaml = "*"
+sphinx = "*"
+
+[package.extras]
+test = ["defusedxml", "myst-parser", "pytest", "ruff", "sphinx"]
+
 [[package]]
 name = "sphinxcontrib-qthelp"
 version = "1.0.3"
@@ -2651,4 +2658,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
 [metadata]
 lock-version = "2.0"
 python-versions = ">=3.9,<3.13"
-content-hash = "e6eae15f6143f5005967f7c1063b5d2524a4feca7eedec701352e5ab85e16609"
+content-hash = "14463ab4cb597797c8aea0a058a16b9e4cc92b2999c9df99a218be43942d82da"
diff --git a/pyproject.toml b/pyproject.toml
index 4479ed7..14d177d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@ pytest = ">=7.4,<9.0"
 pytest-cov = ">=4.1,<6.0"
 Sphinx = ">=6,<8"
 myst-parser = ">=2,<4"
-sphinxcontrib-mermaid = "^0.9.0"
+sphinxcontrib-mermaid = ">=0.9,<1.1"
 cytominer-database = "^0.3.4"
 pycytominer = "^1.1.0"
 dunamai = "^1.19.0"