From a433fcc726f3f8bf88489ea5694342329eb29f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:56:38 -0600 Subject: [PATCH] Bump rocm-docs-core from 0.20.0 to 0.21.0 in /docs/sphinx (#870) * Bump rocm-docs-core from 0.20.0 to 0.21.0 in /docs/sphinx Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases) - [Changelog](https://github.com/RadeonOpenCompute/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * replace noCI with ci:docs-only label --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Wu --- .github/dependabot.yml | 2 +- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c3fa17b15..848c7f5ad0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,6 @@ updates: interval: "daily" labels: - "dependencies" - - "noCI" + - "ci:docs-only" reviewers: - "samjwu" diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index c6a8856443..424b32c3e7 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1 +1 @@ -rocm-docs-core==0.20.0 +rocm-docs-core==0.21.0 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index bcc58db524..717dc5cd12 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -92,7 +92,7 @@ requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core==0.20.0 +rocm-docs-core==0.21.0 # via -r requirements.in smmap==5.0.0 # via gitdb