diff --git a/poetry.lock b/poetry.lock index d13b912..bba467b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1872,14 +1872,14 @@ rtd = ["ipython", "myst-nb", "sphinx", "sphinx-book-theme", "sphinx-examples"] [[package]] name = "sphinx-material" -version = "0.0.35" +version = "0.0.36" description = "Material sphinx theme" category = "dev" optional = false python-versions = ">=3.6" files = [ - {file = "sphinx_material-0.0.35-py3-none-any.whl", hash = "sha256:a62a0a48d4c32edc260f9bdbca658e7d149beb10e1d338848b0076bb13be0775"}, - {file = "sphinx_material-0.0.35.tar.gz", hash = "sha256:27f0f1084aa0201b43879aef24a0521b78dc8df4942b003a4e7d79ab11515852"}, + {file = "sphinx_material-0.0.36-py3-none-any.whl", hash = "sha256:1d7f972cca7ebdfe135e28f18401673306d7c0d036d42c6e3d98b77394e61a60"}, + {file = "sphinx_material-0.0.36.tar.gz", hash = "sha256:eeff5f7d3dc016af32bafdf70c66e671d15c8754dbe0613dfbd629fbed912869"}, ] [package.dependencies] @@ -1890,7 +1890,7 @@ python-slugify = {version = "*", extras = ["unidecode"]} sphinx = ">=2.0" [package.extras] -dev = ["black (==19.10b0)"] +dev = ["black (==22.12.0)"] [[package]] name = "sphinxcontrib-applehelp" @@ -2310,4 +2310,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bd16f706cf15e97b512c56a69088f79aa3531c433a96d3056b510aa8bcfdf66d" +content-hash = "b93a9f2a67e7faedcf5bef9da75d14fa2c41a1b2682e5270cdef25a5be92218a" diff --git a/pyproject.toml b/pyproject.toml index 5e3ce1d..ad0866b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pydantic = "1.10.13" mypy = "^0.991" pytest = "^7.1.1" Sphinx = "^7.0.0" -sphinx-material = "^0.0.35" +sphinx-material = "^0.0.36" black = "^23.0.0" pytest-cov = "^4.0.0" sphinx-copybutton = "^0.5.0"