From 1ad237a3d91ea4b458aa337dcb80ca37343cf598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:07:24 +0000 Subject: [PATCH 1/2] Bump mkdocs-material from 9.3.1 to 9.3.2 in /docs Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.3.1 to 9.3.2. - [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/9.3.1...9.3.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 72650a65a8a1..a0d4b1990829 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ mike==1.1.2 mkdocs==1.5.3 mkdocs-exclude==1.0.2 mkdocs-macros-plugin==1.0.4 -mkdocs-material==9.3.1 +mkdocs-material==9.3.2 mkdocs-material-extensions==1.2 packaging==23.1 Pygments==2.16.1 From 8fadf74444d4a9c224725ad39a2a060e84088ac1 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Fri, 22 Sep 2023 08:41:08 +0200 Subject: [PATCH 2/2] Downgrade regex dependency in docs mkdocs-material reverted a dependency bump on their side without any explanation in 4f6b21379. To fix the build, downgrade to the last regex version from 2022. See: https://github.com/squidfunk/mkdocs-material/commit/4f6b213794683bdff8fd98ff5e484c3b721168a9 Signed-off-by: Tom Wieczorek --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a0d4b1990829..d14688765c05 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,7 +22,7 @@ pyparsing==3.1.1 python-dateutil==2.8.2 PyYAML==6.0.1 pyyaml_env_tag==0.1 -regex==2023.8.8 +regex==2022.10.31 requests==2.31.0 six==1.16.0 termcolor==2.3.0