mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore(deps): update docs dependencies (#20257)
* chore(deps): update docs dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * bump rtd python version Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This commit is contained in:
parent
5543900345
commit
95922502c7
2 changed files with 6 additions and 6 deletions
|
|
@ -8,4 +8,4 @@ python:
|
|||
build:
|
||||
os: "ubuntu-22.04"
|
||||
tools:
|
||||
python: "3.7"
|
||||
python: "3.12"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
mkdocs==1.3.0
|
||||
mkdocs==1.6.1
|
||||
# Strict mode has been disabled in latest versions of mkdocs-material.
|
||||
# Thus pointing to the older version of mkdocs-material.
|
||||
mkdocs-material==7.1.8
|
||||
markdown_include==0.6.0
|
||||
pygments==2.15.1
|
||||
markdown_include==0.8.1
|
||||
pygments==2.18.0
|
||||
jinja2==3.1.4
|
||||
markdown==3.3.7
|
||||
pymdown-extensions==10.2.1
|
||||
markdown==3.7
|
||||
pymdown-extensions==10.11.2
|
||||
Loading…
Reference in a new issue