From 4ba51b4f12226bc1ad50f96e2bb0a74523ae65ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:54:01 +0000 Subject: [PATCH 1/3] chore(deps): update dependency plantuml-markdown to v3.10.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index abdcd33..3004642 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Markdown>=3.2,<3.4 mkdocs-material==9.5.33 markdown_inline_graphviz_extension==1.1.2 mkdocs-monorepo-plugin==1.1.0 -plantuml-markdown==3.10.3 +plantuml-markdown==3.10.4 mdx_truly_sane_lists==1.3 pymdown-extensions==10.3.1 pygments==2.17.2 From 866cfe1b55a6435ac6f3cca4c346ae9cee771671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 04:02:57 +0000 Subject: [PATCH 2/3] chore(deps): update pypa/gh-action-pypi-publish action to v1.10.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 473cbd4..5e86160 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -37,7 +37,7 @@ jobs: rm -fr ${distrib} popd >/dev/null || exit - name: Publish a Python distribution to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.1 + uses: pypa/gh-action-pypi-publish@v1.10.3 with: user: __token__ password: ${{ secrets.PYPI_API_KEY }} From 0f445c975d4ce517ee6009f9ae2fbfa9d336c807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 09:43:18 +0000 Subject: [PATCH 3/3] chore(deps): update dependency mkdocs-material to v9.5.42 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0742946..bac28fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Markdown>=3.2,<3.4 # pinned to an exact version. Bumps should be accompanied by release notes # explaining what was added or fixed (or at least pointing to the underlying # release notes of the bumped package). -mkdocs-material==9.5.37 +mkdocs-material==9.5.42 markdown_inline_graphviz_extension==1.1.2 mkdocs-monorepo-plugin==1.1.0 plantuml-markdown==3.10.3