From 1a227843ff39dce732c0bd21fc788a8c02890053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:30:59 +0000 Subject: [PATCH] build: bump mike from 1.1.2 to 2.0.0 in /.github/workflows Bumps [mike](https://github.com/jimporter/mike) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](https://github.com/jimporter/mike/compare/v1.1.2...v2.0.0) --- updated-dependencies: - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs-requirements.in | 2 +- .github/workflows/mkdocs-requirements.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mkdocs-requirements.in b/.github/workflows/mkdocs-requirements.in index 34c52231..1f8e2d2a 100644 --- a/.github/workflows/mkdocs-requirements.in +++ b/.github/workflows/mkdocs-requirements.in @@ -1,2 +1,2 @@ -mike==1.1.2 +mike==2.0.0 mkdocs-material==9.4.8 \ No newline at end of file diff --git a/.github/workflows/mkdocs-requirements.txt b/.github/workflows/mkdocs-requirements.txt index ea48fd91..cf99c496 100644 --- a/.github/workflows/mkdocs-requirements.txt +++ b/.github/workflows/mkdocs-requirements.txt @@ -5,11 +5,13 @@ click==8.1.3 colorama==0.4.6 ghp-import==2.1.0 idna==3.4 +importlib-metadata==6.8.0 +importlib-resources==6.1.0 jinja2==3.1.2 markdown==3.4.4 markupsafe==2.1.1 mergedeep==1.3.4 -mike==1.1.2 +mike==2.0.0 mkdocs==1.5.3 mkdocs-material==9.4.8 mkdocs-material-extensions==1.3 @@ -19,6 +21,7 @@ pathspec==0.11.1 platformdirs==3.9.1 pygments==2.16.1 pymdown-extensions==10.3 +pyparsing==3.1.1 python-dateutil==2.8.2 pyyaml==6.0 pyyaml-env-tag==0.1 @@ -28,3 +31,4 @@ six==1.16.0 urllib3==1.26.18 verspec==0.1.0 watchdog==2.2.1 +zipp==3.17.0