From 838c360c0dfdfc0ff856f5eb2e3244a2f91140d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:02:26 +0000 Subject: [PATCH 1/2] Update mkdocs-material requirement Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.4.1...9.4.14) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7466ae9b..198b1e1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ DEV = [ "black >=22.1.0, <23.2.0", "coverage >=6.2, <7.3.1", "isort >=5.10.1, <5.12.1", - "mkdocs-material >=8.4.1, <9.2.7", + "mkdocs-material >=8.4.1, <9.4.15", "mkdocstrings >=0.19.0, <=0.21.2", "mkdocstrings-python >=0.7.1, <0.8.4", ] From b150c3540839478ef42990d41d39328f326e28bb Mon Sep 17 00:00:00 2001 From: Jack Sundberg Date: Thu, 28 Dec 2023 12:09:26 -0500 Subject: [PATCH 2/2] update conda --- envs/conda/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/conda/dev.yaml b/envs/conda/dev.yaml index bbe70566d..9f9a02f12 100644 --- a/envs/conda/dev.yaml +++ b/envs/conda/dev.yaml @@ -36,7 +36,7 @@ dependencies: - isort >=5.10.1, <=5.12.1 - matminer >=0.7.6, <0.8.1 - markdown >=3.4.1, <=3.5.1 - - mkdocs-material >=8.4.1, <9.2.7 + - mkdocs-material >=8.4.1, <9.4.15 - mkdocstrings >=0.19.0, <=0.21.2 - mkdocstrings-python >=0.7.1, <0.8.4 - numpy >=1.22.0, <1.24.2