From f7b67bef684bd04f5142b249442497138a33af11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 10:05:03 +0000 Subject: [PATCH 1/2] Bump mkdocs-redirects from 1.0.4 to 1.0.5 Bumps [mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/datarobot/mkdocs-redirects/releases) - [Commits](https://github.com/datarobot/mkdocs-redirects/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: mkdocs-redirects dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09d8a59..765e0e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ markdown-include==0.7.0 mkdocs==1.3.1 mkdocs-git-revision-date-localized-plugin==1.1.0 mkdocs-material==8.3.9 -mkdocs-redirects==1.0.4 +mkdocs-redirects==1.0.5 From 7bacd2c742e1f4a3bfa8cef15ec70e367e77c7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 10:22:29 +0000 Subject: [PATCH 2/2] Bump actions/setup-python from 4.1.0 to 4.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67573ec..0ac327d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v4.1.0 + uses: actions/setup-python@v4.2.0 with: python-version: "${{ env.PYTHON_VERSION }}" architecture: "x64"