From 90107ecdf9106c7bc0b4af8d4693ca887f69000c Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Thu, 21 Sep 2023 11:33:13 -0700 Subject: [PATCH] Update pyproject.toml (#958) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [ ] I have read the [Developer Guide](https://quantum-accelerators.github.io/quacc/dev/contributing.html). Don't lie! 😉 - [ ] My PR is on a custom branch and is _not_ named `main`. - [ ] I have added relevant unit tests, if applicable. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60eb8c28df..3717fad820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ tblite = ["tblite[ase]>=0.3.0; platform_system=='Linux'"] dev = ["black>=23.7.0", "isort>=5.12.0", "pytest>=7.4.0", "pytest-cov>=3.0.0", "ruff>=0.0.285"] docs = [ "blacken-docs>=1.16.0", - "mkdocs-material>=9.1.21", + "mkdocs-material>=9.4.0", "mkdocstrings[python]>=0.22.0", "mkdocs-gen-files>=0.5.0", "mkdocs-literate-nav>=0.6.0",