Skip to content

Commit

Permalink
Merge branch 'main' into renovate/markdown-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalWarrior authored Oct 22, 2024
2 parents 670408f + 058c0c5 commit c45870e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Markdown>=3.2,<3.8
# 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@git+https://github.com/cesaremorel/markdown-inline-graphviz.git@v1.1.3
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
Expand Down

0 comments on commit c45870e

Please sign in to comment.