From c86975b87e3dbac8579bc90c15cc5a59f7a9bd79 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:24:30 -0600 Subject: [PATCH 01/29] fix(projects.yaml): Update omniperf and omnitrace dev branch --- docs/sphinx/_toc.yml.in | 1 - src/rocm_docs/data/projects.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index a7c324a7..4c9867c9 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -33,7 +33,6 @@ subtrees: title: Library API Doxygen Demo - caption: Demo Table of Contents Tree entries: - - url: "{url}" - url: ${project:python} - url: ${project:rocm-docs-core} - url: ${project:hipify} diff --git a/src/rocm_docs/data/projects.yaml b/src/rocm_docs/data/projects.yaml index a663385e..72681d49 100644 --- a/src/rocm_docs/data/projects.yaml +++ b/src/rocm_docs/data/projects.yaml @@ -72,12 +72,12 @@ projects: mivisionx-file: https://github.com/ROCm/MIVisionX/blob/${gh_version} omniperf: target: https://rocm.docs.amd.com/projects/omniperf/en/${version} - development_branch: main + development_branch: amd-staging omniperf-github: https://github.com/ROCm/omniperf/tree/${gh_version} omniperf-file: https://github.com/ROCm/omniperf/blob/${gh_version} omnitrace: target: https://rocm.docs.amd.com/projects/omnitrace/en/${version} - development_branch: main + development_branch: amd-staging omnitrace-github: https://github.com/ROCm/omnitrace/tree/${gh_version} omnitrace-file: https://github.com/ROCm/omnitrace/blob/${gh_version} python: https://docs.python.org/3/ From a79c5dc64b6a369a658fb9e6cf41ff0e0a18d069 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:16:05 -0600 Subject: [PATCH 02/29] docs: Add back example URL --- docs/sphinx/_toc.yml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 4c9867c9..a7c324a7 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -33,6 +33,7 @@ subtrees: title: Library API Doxygen Demo - caption: Demo Table of Contents Tree entries: + - url: "{url}" - url: ${project:python} - url: ${project:rocm-docs-core} - url: ${project:hipify} From c518522f9e6417e0b0f7f2cb52ac338f4ed4dcaa Mon Sep 17 00:00:00 2001 From: Matthias Knorr Date: Thu, 26 Sep 2024 10:31:47 +0200 Subject: [PATCH 03/29] ci(spellcheck): Don't fail on known words with a possessive s --- .spellcheck.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.spellcheck.yaml b/.spellcheck.yaml index 8d7d7663..2d45c624 100644 --- a/.spellcheck.yaml +++ b/.spellcheck.yaml @@ -101,6 +101,9 @@ matrix: - pyspelling.filters.context: context_visible_first: true delimiters: + # Ignore possessive endings + - open: '(?<=\w)''s(?!\w)' + close: '\b' # Ignore text between inline back ticks - open: '(div style|iframe).*' close: '\n' From b5ed79481456c6e9fcd3eda15d0a0ef315edaffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:27:50 +0000 Subject: [PATCH 04/29] build: bump commitizen from 3.29.0 to 3.29.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.29.0 to 3.29.1. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v3.29.0...v3.29.1) --- updated-dependencies: - dependency-name: commitizen 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 e4c962dc..f3e4c8d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ click-log==0.4.0 # via doxysphinx colorama==0.4.6 # via commitizen -commitizen==3.29.0 +commitizen==3.29.1 # via rocm-docs-core (pyproject.toml) cryptography==43.0.1 # via pyjwt From f73e44fe2d01076de9201a60a9fbd9a696809554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:27:59 +0000 Subject: [PATCH 05/29] build: bump ruff from 0.6.7 to 0.6.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8) --- updated-dependencies: - dependency-name: ruff 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 e4c962dc..76677e9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -187,7 +187,7 @@ requests==2.32.3 # via # pygithub # sphinx -ruff==0.6.7 +ruff==0.6.8 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil From ee3d4fc4a0b2db62952a7052442f9f7eb33224c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:14:34 +0000 Subject: [PATCH 06/29] build: bump virtualenv from 20.26.5 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.5 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6) --- updated-dependencies: - dependency-name: virtualenv 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 0e14c4ab..79b08661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -257,7 +257,7 @@ urllib3==2.2.3 # via # pygithub # requests -virtualenv==20.26.5 +virtualenv==20.26.6 # via pre-commit wcwidth==0.2.13 # via prompt-toolkit From 7374e07931bd3704e75b2dfa1e04f8677c72a335 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 8 Aug 2024 17:54:09 -0400 Subject: [PATCH 07/29] ci(linting.yml): update actions/checkout to v4 --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8361b43a..30422c3d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch config shell: sh run: | @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch config if: ${{ ! contains( github.repository, 'rocm-docs-core') }} shell: sh From fc05b3d419e92800df01ea48057579e5c398b747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:29:33 +0000 Subject: [PATCH 08/29] build: bump pyproject-hooks from 1.1.0 to 1.2.0 Bumps [pyproject-hooks](https://github.com/pypa/pyproject-hooks) from 1.1.0 to 1.2.0. - [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/pyproject-hooks/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pyproject-hooks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79b08661..631615e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -166,7 +166,7 @@ pyparsing==3.1.4 # via # doxysphinx # sphinxcontrib-doxylink -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools From ccbfdb05c8fd922b388fdaa5846a5f55519937de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:59:04 +0000 Subject: [PATCH 09/29] build: bump tomli from 2.0.1 to 2.0.2 Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: tomli 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 631615e0..8eabdb73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -235,7 +235,7 @@ sphinxcontrib-serializinghtml==2.0.0 # via sphinx termcolor==2.4.0 # via commitizen -tomli==2.0.1 +tomli==2.0.2 # via # black # build From 54eb1f3dd9f493ff65f0fe521e41a2272aa6dc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:46:35 +0000 Subject: [PATCH 10/29] build: bump ruff from 0.6.8 to 0.6.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.8...0.6.9) --- updated-dependencies: - dependency-name: ruff 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 8eabdb73..e81f63ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -187,7 +187,7 @@ requests==2.32.3 # via # pygithub # sphinx -ruff==0.6.8 +ruff==0.6.9 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil From 9edab2c9dccf2867624b15b098e56196b568e36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:01:10 +0000 Subject: [PATCH 11/29] build: bump argcomplete from 3.3.0 to 3.5.1 Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.3.0 to 3.5.1. - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst) - [Commits](https://github.com/kislyuk/argcomplete/compare/v3.3.0...v3.5.1) --- updated-dependencies: - dependency-name: argcomplete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e81f63ef..54a0e7db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ accessible-pygments==0.0.5 # via pydata-sphinx-theme alabaster==0.7.16 # via sphinx -argcomplete==3.3.0 +argcomplete==3.5.1 # via commitizen babel==2.16.0 # via From 4eab79e19a70bbdd37093719b74bf4d5708a2f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:01:19 +0000 Subject: [PATCH 12/29] build: bump pre-commit from 3.8.0 to 4.0.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e81f63ef..4446e09f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -138,7 +138,7 @@ platformdirs==4.3.6 # virtualenv pluggy==1.5.0 # via pytest -pre-commit==3.8.0 +pre-commit==4.0.0 # via rocm-docs-core (pyproject.toml) prompt-toolkit==3.0.36 # via questionary From 4cf158f589011a59f35c01463a42673c92178f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:01:24 +0000 Subject: [PATCH 13/29] build: bump build from 1.2.2 to 1.2.2.post1 Bumps [build](https://github.com/pypa/build) from 1.2.2 to 1.2.2.post1. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2...1.2.2.post1) --- updated-dependencies: - dependency-name: build 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 e81f63ef..c6d9c6d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ black==24.8.0 # via rocm-docs-core (pyproject.toml) breathe==4.35.0 # via rocm-docs-core (pyproject.toml) -build==1.2.2 +build==1.2.2.post1 # via # pip-tools # rocm-docs-core (pyproject.toml) From 9ad497477feacdee003cfc008ebfde122b349307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:01:31 +0000 Subject: [PATCH 14/29] build: bump termcolor from 2.4.0 to 2.5.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](https://github.com/termcolor/termcolor/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e81f63ef..9f1b0632 100644 --- a/requirements.txt +++ b/requirements.txt @@ -233,7 +233,7 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -termcolor==2.4.0 +termcolor==2.5.0 # via commitizen tomli==2.0.2 # via From fcfb1134fc89c7cfd93869b8093565eefdb4ca38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:58:01 +0000 Subject: [PATCH 15/29] build: bump markupsafe from 2.1.5 to 3.0.0 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 to 3.0.0. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.0) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf4721bf..8b3b333a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ markdown-it-py==3.0.0 # via # mdit-py-plugins # myst-parser -markupsafe==2.1.5 +markupsafe==3.0.0 # via jinja2 mdit-py-plugins==0.4.2 # via myst-parser From 58365475b8f24430e432bd03336b846e8ca6312c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:58:10 +0000 Subject: [PATCH 16/29] build: bump black from 24.8.0 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf4721bf..dc51a7be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ babel==2.16.0 # sphinx beautifulsoup4==4.12.3 # via pydata-sphinx-theme -black==24.8.0 +black==24.10.0 # via rocm-docs-core (pyproject.toml) breathe==4.35.0 # via rocm-docs-core (pyproject.toml) From ad814fa978d8017e394b7f282eb96f0aac7dacea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:58:24 +0000 Subject: [PATCH 17/29] build: bump pre-commit from 4.0.0 to 4.0.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: pre-commit 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 cf4721bf..497c178c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -138,7 +138,7 @@ platformdirs==4.3.6 # virtualenv pluggy==1.5.0 # via pytest -pre-commit==4.0.0 +pre-commit==4.0.1 # via rocm-docs-core (pyproject.toml) prompt-toolkit==3.0.36 # via questionary From 7cf7c58c14d7d4b3636867f9b1103bcd5f79745c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:57:01 +0000 Subject: [PATCH 18/29] build: bump charset-normalizer from 3.3.2 to 3.4.0 Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a4743c5..60913ef7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ cffi==1.17.1 # pynacl cfgv==3.4.0 # via pre-commit -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 # via # commitizen # requests From 3dc00c98774acf836ef72d2e2548702d10013ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:57:05 +0000 Subject: [PATCH 19/29] build: bump pyjson5 from 1.6.6 to 1.6.7 Bumps [pyjson5](https://github.com/Kijewski/pyjson5) from 1.6.6 to 1.6.7. - [Release notes](https://github.com/Kijewski/pyjson5/releases) - [Changelog](https://github.com/Kijewski/pyjson5/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kijewski/pyjson5/compare/v1.6.6...v1.6.7) --- updated-dependencies: - dependency-name: pyjson5 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 8a4743c5..55a7db63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -156,7 +156,7 @@ pygments==2.18.0 # mpire # pydata-sphinx-theme # sphinx -pyjson5==1.6.6 +pyjson5==1.6.7 # via doxysphinx pyjwt[crypto]==2.9.0 # via pygithub From 8367c9431160b79951fb5c09349c961e967d156d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:57:11 +0000 Subject: [PATCH 20/29] build: bump markupsafe from 3.0.0 to 3.0.1 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: markupsafe 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 8a4743c5..207e81fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ markdown-it-py==3.0.0 # via # mdit-py-plugins # myst-parser -markupsafe==3.0.0 +markupsafe==3.0.1 # via jinja2 mdit-py-plugins==0.4.2 # via myst-parser From c1cc5fb4a14b00763a3b6f01efd5f682e31541e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:29:41 +0000 Subject: [PATCH 21/29] build: bump distlib from 0.3.8 to 0.3.9 Bumps [distlib](https://github.com/pypa/distlib) from 0.3.8 to 0.3.9. - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/distlib/compare/0.3.8...0.3.9) --- updated-dependencies: - dependency-name: distlib 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 1ec83763..0f60c3d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ decli==0.6.2 # via commitizen deprecated==1.2.14 # via pygithub -distlib==0.3.8 +distlib==0.3.9 # via virtualenv docutils==0.21.2 # via From 19f69ecc279c1eeaac35899ff7bfcd2902523320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:29:59 +0000 Subject: [PATCH 22/29] build: bump sphinx from 7.4.7 to 8.1.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.1.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ec83763..e6c028a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -197,7 +197,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.6 # via beautifulsoup4 -sphinx==7.4.7 +sphinx==8.1.0 # via # breathe # myst-parser From cfd459a0774dfe8e283262674f87db099f4f5c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:35:31 +0000 Subject: [PATCH 23/29] build: bump mypy from 1.11.2 to 1.12.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3276529f..ae73ac91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,7 @@ mdurl==0.1.2 # via markdown-it-py mpire==2.10.2 # via doxysphinx -mypy==1.11.2 +mypy==1.12.0 # via rocm-docs-core (pyproject.toml) mypy-extensions==1.0.0 # via From 777537943086ec5588cd98af20d0d0eb8972af17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:35:52 +0000 Subject: [PATCH 24/29] build: bump pyparsing from 3.1.4 to 3.2.0 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.4 to 3.2.0. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.4...3.2.0) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3276529f..6657cbac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -162,7 +162,7 @@ pyjwt[crypto]==2.9.0 # via pygithub pynacl==1.5.0 # via pygithub -pyparsing==3.1.4 +pyparsing==3.2.0 # via # doxysphinx # sphinxcontrib-doxylink From 7739d0d61f0219db417935e667e393e52afbee41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:35:57 +0000 Subject: [PATCH 25/29] build: bump sphinx from 8.1.0 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.0 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx 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 3276529f..70fc3703 100644 --- a/requirements.txt +++ b/requirements.txt @@ -197,7 +197,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.6 # via beautifulsoup4 -sphinx==8.1.0 +sphinx==8.1.3 # via # breathe # myst-parser From 601578d6980e902f1e90a8c250ce75b4ed89f71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:40:31 +0000 Subject: [PATCH 26/29] build: bump ruff from 0.6.9 to 0.7.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.7.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/commits) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ced1e78..5c701475 100644 --- a/requirements.txt +++ b/requirements.txt @@ -187,7 +187,7 @@ requests==2.32.3 # via # pygithub # sphinx -ruff==0.6.9 +ruff==0.7.0 # via rocm-docs-core (pyproject.toml) six==1.16.0 # via python-dateutil From bfca57d4e8b2bdaa2ff026864e11388c6e771c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:50:27 +0000 Subject: [PATCH 27/29] build: bump markupsafe from 3.0.1 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.1...3.0.2) --- updated-dependencies: - dependency-name: markupsafe 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 5c701475..9d2e4ea9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -100,7 +100,7 @@ markdown-it-py==3.0.0 # via # mdit-py-plugins # myst-parser -markupsafe==3.0.1 +markupsafe==3.0.2 # via jinja2 mdit-py-plugins==0.4.2 # via myst-parser From c7d96e195d940b3c6719c49df380527364a42f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:50:38 +0000 Subject: [PATCH 28/29] build: bump virtualenv from 20.26.6 to 20.27.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.6 to 20.27.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.6...20.27.0) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c701475..a4392459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -257,7 +257,7 @@ urllib3==2.2.3 # via # pygithub # requests -virtualenv==20.26.6 +virtualenv==20.27.0 # via pre-commit wcwidth==0.2.13 # via prompt-toolkit From f1ac2b0f9bd1c06215b17012c11f62133094d263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:50:57 +0000 Subject: [PATCH 29/29] build: bump cryptography from 43.0.1 to 43.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 43.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...43.0.3) --- updated-dependencies: - dependency-name: cryptography 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 5c701475..8d502363 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ colorama==0.4.6 # via commitizen commitizen==3.29.1 # via rocm-docs-core (pyproject.toml) -cryptography==43.0.1 +cryptography==43.0.3 # via pyjwt decli==0.6.2 # via commitizen