From 7e3754e9f8a1438f5b2fdc5f86b12ce8264bb028 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 8 Apr 2024 07:40:22 +0200 Subject: [PATCH 1/4] Update dependencies in `pyproject.toml` (#219) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6009699..6861a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ doc = [ "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-jupyter ~=0.24.6", "mkdocs-material ~=9.5", - "mkdocstrings[python-legacy] ~=0.24.1", + "mkdocstrings[python-legacy] ~=0.24.3", "oteapi-optimade[examples]", ] test = [ From 26a22fa71dbecd6dd3039b3786f8f3b792fbf886 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 15 Apr 2024 07:40:38 +0200 Subject: [PATCH 2/4] Update dependencies in `pyproject.toml` (#220) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6861a46..34c95cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "mike ~=2.0", "mkdocs ~=1.5", "mkdocs-awesome-pages-plugin ~=2.9", - "mkdocs-jupyter ~=0.24.6", + "mkdocs-jupyter ~=0.24.7", "mkdocs-material ~=9.5", "mkdocstrings[python-legacy] ~=0.24.3", "oteapi-optimade[examples]", From 4fcfffe4f68e62e7c1561050b96bc7a5514892b1 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 22 Apr 2024 09:35:40 +0200 Subject: [PATCH 3/4] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#221) * Update dependencies in `pyproject.toml` * Use at min. mkdocs-material v9.5.5 This requires support for mkdocs v1.5.3. --------- Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34c95cc..0925962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,10 @@ examples = [ ] doc = [ "mike ~=2.0", - "mkdocs ~=1.5", + "mkdocs >=1.5.3,<1.7", "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-jupyter ~=0.24.7", - "mkdocs-material ~=9.5", + "mkdocs-material >=9.5.5,<10", "mkdocstrings[python-legacy] ~=0.24.3", "oteapi-optimade[examples]", ] From c34c159f5b93dc202bd8bbecf7e723ebb37f2164 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 29 Apr 2024 07:42:48 +0200 Subject: [PATCH 4/4] Update dependencies in `pyproject.toml` (#222) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0925962..0be4c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,11 +45,11 @@ doc = [ "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-jupyter ~=0.24.7", "mkdocs-material >=9.5.5,<10", - "mkdocstrings[python-legacy] ~=0.24.3", + "mkdocstrings[python-legacy] ~=0.25.0", "oteapi-optimade[examples]", ] test = [ - "pytest ~=8.1", + "pytest ~=8.2", "pytest-cov ~=5.0", "pyyaml ~=6.0", "requests-mock ~=1.12",