From f829792f5a784d0aea4abf4f4237a0b410971b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:01:18 -0700 Subject: [PATCH] Bump rocm-docs-core[api_reference] in /docs/.sphinx (#312) Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.26.0 to 0.27.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.26.0...v0.27.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] 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> --- docs/.sphinx/requirements.txt | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 729e9d4b..202e3454 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -53,6 +53,10 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx +importlib-metadata==6.8.0 + # via sphinx +importlib-resources==6.1.0 + # via rocm-docs-core jinja2==3.1.2 # via # myst-parser @@ -96,11 +100,15 @@ pygments==2.15.0 pyjson5==1.6.2 # via doxysphinx pyjwt[crypto]==2.6.0 - # via pygithub + # via + # pygithub + # pyjwt pynacl==1.5.0 # via pygithub pyparsing==3.0.9 # via doxysphinx +pytz==2023.3.post1 + # via babel pyyaml==6.0 # via # myst-parser @@ -110,8 +118,10 @@ requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core[api_reference]==0.26.0 - # via -r requirements.in +rocm-docs-core[api-reference]==0.27.0 + # via + # -r requirements.in + # rocm-docs-core smmap==5.0.0 # via gitdb snowballstemmer==2.2.0 @@ -159,3 +169,7 @@ urllib3==1.26.18 # via requests wrapt==1.15.0 # via deprecated +zipp==3.17.0 + # via + # importlib-metadata + # importlib-resources