From f402995c6431054ad4d2982c894ce920839d3500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:46:00 +0000 Subject: [PATCH 1/9] Bump lxml from 5.2.2 to 5.3.0 (#968) Bumps [lxml](https://github.com/lxml/lxml) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.2.2...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index 638e6329c..9798fd6d0 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -1,6 +1,6 @@ importlib-metadata==6.8.0; python_version<'3.8' beautifulsoup4==4.12.3 -lxml==5.2.2 +lxml==5.3.0 Sphinx==7.3.7 sphinx-autoapi==3.1.2 From c335669be262810b3e53389c395d03c39242e303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:50:57 +0000 Subject: [PATCH 2/9] Bump sphinx-autoapi from 3.1.2 to 3.3.2 (#969) Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.1.2 to 3.3.2. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.1.2...v3.3.2) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index 9798fd6d0..370167ba0 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.12.3 lxml==5.3.0 Sphinx==7.3.7 -sphinx-autoapi==3.1.2 +sphinx-autoapi==3.3.2 sphinx-autobuild==2024.4.16 sphinx-book-theme==1.1.3 sphinx-design==0.6.0 From 7eb331f1ab7ba5c7177f14a54fbd7842b2947175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:55:56 +0000 Subject: [PATCH 3/9] Update paramiko requirement from <3.4.1,>=3.0.0 to >=3.0.0,<3.5.1 (#971) Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](https://github.com/paramiko/paramiko/compare/3.0.0...3.5.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_full.txt b/requirements_full.txt index 7899f2803..a448265d6 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -13,7 +13,7 @@ pyarrow>=14.0,<18.0 tables>=3.8,<5.0 openpyxl>=3.0.9,<3.2 jinja2>=3.0,<4 -paramiko>=3.0.0,<3.4.1 +paramiko>=3.0.0,<3.5.1 requests>=2.10,<3 redis>=5.0,<6 minio>=6.0,<8 From c614b719e0c7e697717d50c481b2fa675ec40d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:00:51 +0000 Subject: [PATCH 4/9] Bump myst-nb from 1.1.1 to 1.1.2 (#970) Bumps [myst-nb](https://github.com/executablebooks/myst-nb) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/executablebooks/myst-nb/releases) - [Changelog](https://github.com/executablebooks/MyST-NB/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/myst-nb/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: myst-nb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index 370167ba0..c90643e2f 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -12,6 +12,6 @@ sphinx-toggleprompt==0.5.2 sphinx-copybutton==0.5.2 # does not work well with toggleprompt breathe==4.35.0 -myst-nb==1.1.1 +myst-nb==1.1.2 nbclient==0.10.0 docutils==0.21.2 From 6b88b6cdfe8c75b9ab3134052ee934feaca33230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:05:57 +0000 Subject: [PATCH 5/9] Bump sphinx-autobuild from 2024.4.16 to 2024.10.3 (#974) Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.4.16 to 2024.10.3. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.04.16...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index c90643e2f..ddc50c4fd 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -4,7 +4,7 @@ lxml==5.3.0 Sphinx==7.3.7 sphinx-autoapi==3.3.2 -sphinx-autobuild==2024.4.16 +sphinx-autobuild==2024.10.3 sphinx-book-theme==1.1.3 sphinx-design==0.6.0 sphinxcontrib-plantuml==0.30 From de5889ac31ea129f048469826cd18306181c23e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:10:56 +0000 Subject: [PATCH 6/9] Bump sphinx from 7.3.7 to 8.1.3 (#972) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index ddc50c4fd..8a7e28e56 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -2,7 +2,7 @@ importlib-metadata==6.8.0; python_version<'3.8' beautifulsoup4==4.12.3 lxml==5.3.0 -Sphinx==7.3.7 +Sphinx==8.1.3 sphinx-autoapi==3.3.2 sphinx-autobuild==2024.10.3 sphinx-book-theme==1.1.3 From 32b0aade9f4cb5729680ee358806044362dcf9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:15:56 +0000 Subject: [PATCH 7/9] Bump sphinx-design from 0.6.0 to 0.6.1 (#973) Bumps [sphinx-design](https://github.com/executablebooks/sphinx-design) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/executablebooks/sphinx-design/releases) - [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-design/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: sphinx-design dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index 8a7e28e56..21c5c5111 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -6,7 +6,7 @@ Sphinx==8.1.3 sphinx-autoapi==3.3.2 sphinx-autobuild==2024.10.3 sphinx-book-theme==1.1.3 -sphinx-design==0.6.0 +sphinx-design==0.6.1 sphinxcontrib-plantuml==0.30 sphinx-toggleprompt==0.5.2 sphinx-copybutton==0.5.2 # does not work well with toggleprompt From b6c8afd4fd0c549d4a9e4a7b00132fcfac6706f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:58:05 +0000 Subject: [PATCH 8/9] Bump sphinx-autoapi from 3.3.2 to 3.3.3 (#992) Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index 21c5c5111..8b8177e40 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.12.3 lxml==5.3.0 Sphinx==8.1.3 -sphinx-autoapi==3.3.2 +sphinx-autoapi==3.3.3 sphinx-autobuild==2024.10.3 sphinx-book-theme==1.1.3 sphinx-design==0.6.1 From d515b8369f81e56ba1128d1fc404a41472972b30 Mon Sep 17 00:00:00 2001 From: "Francesca L. Bleken" <48128015+francescalb@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:38:56 +0100 Subject: [PATCH 9/9] Update requirements_doc.txt --- requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_doc.txt b/requirements_doc.txt index df11ad8b4..74b0f6ae5 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -5,7 +5,7 @@ docutils==0.21.2 lxml==5.3.0 myst-nb==1.1.2 nbclient==0.10.0 -Sphinx==8.1.3 +Sphinx==7.4.7 sphinx-autoapi==3.3.3 sphinx-autobuild==2024.10.3 sphinx-book-theme==1.1.3