Skip to content

Commit

Permalink
chore(deps): update to mkdocs-techdocs-core==1.4.0 and plantuml-markd…
Browse files Browse the repository at this point in the history
…own>=3.9.7 (if possible) as cachito is failing to resolve plantuml-markdown-3.9.7.tar.gz for some reason (#1407)

* chore(deps): update to mkdocs-techdocs-core==1.4.0 and plantuml-markdown>=3.9.7 (if possible) as cachito is failing to resolve plantuml-markdown-3.9.7.tar.gz for some reason

Signed-off-by: Nick Boldt <nboldt@redhat.com>

* switch to plantuml-markdown-3.9.7 from from sources plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa

Signed-off-by: Nick Boldt <nboldt@redhat.com>

---------

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Jul 18, 2024
1 parent 6030c05 commit 3d9677a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .rhdh/docker/README.requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Finally, MAKE SURE YOU OVERRIDE what's in the .txt files to add in the cachito_h

```
mkdocs-techdocs-core @ https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136
plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/17d348bfaa9112cdd2130e6410ce3a50224db3cf.zip#cachito_hash=sha256:221cc4972c75ba911cad4a56df07f61771c20077f8cbc8966181e30cabf68de1
plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa
```

To test in a [container build](https://pkgs.devel.redhat.com/cgit/containers/rhdh-hub/tree/Dockerfile?h=private-nboldt-cachito-pip#n155) in Brew, using something like:
Expand Down
6 changes: 3 additions & 3 deletions .rhdh/docker/requirements-build.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ markupsafe==2.1.5
mdx-truly-sane-lists==1.3
mergedeep==1.3.4
mkdocs-material-extensions==1.3.1
mkdocs-material==9.5.26
mkdocs-material>=9.5.27
mkdocs-monorepo-plugin==1.1.0
mkdocs-techdocs-core==1.3.6
mkdocs-techdocs-core==1.4.0
mkdocs==1.6.0
packaging==24.1
pathspec==0.12.1
plantuml-markdown==3.9.7
plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa
platformdirs==3.11.0
pluggy==1.5.0
pygments==2.17.2
Expand Down
15 changes: 9 additions & 6 deletions .rhdh/docker/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements-build.txt --strip-extras requirements-build.in
Expand Down Expand Up @@ -93,7 +93,7 @@ mkdocs==1.6.0
# mkdocs-techdocs-core
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-material==9.5.26
mkdocs-material==9.5.27
# via
# -r requirements-build.in
# mkdocs-techdocs-core
Expand All @@ -105,7 +105,7 @@ mkdocs-monorepo-plugin==1.1.0
# via
# -r requirements-build.in
# mkdocs-techdocs-core
mkdocs-techdocs-core==1.3.6
mkdocs-techdocs-core==1.4.0
# via -r requirements-build.in
packaging==24.1
# via
Expand All @@ -121,7 +121,7 @@ pathspec==0.12.1
# -r requirements-build.in
# hatchling
# mkdocs
plantuml-markdown==3.9.7
plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa
# via
# -r requirements-build.in
# mkdocs-techdocs-core
Expand Down Expand Up @@ -185,8 +185,11 @@ text-unidecode==1.3
# -r requirements-build.in
# python-slugify
tomli==2.0.1
# via -r requirements-build.in
trove-classifiers==2023.11.29
# via
# -r requirements-build.in
# hatchling
# setuptools-scm
trove-classifiers==2024.7.2
# via
# -r requirements-build.in
# hatchling
Expand Down
6 changes: 3 additions & 3 deletions .rhdh/docker/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ markupsafe==2.1.5
mdx-truly-sane-lists==1.3
mergedeep==1.3.4
mkdocs-material-extensions==1.3.1
mkdocs-material==9.5.26
mkdocs-material>=9.5.27
mkdocs-monorepo-plugin==1.1.0
mkdocs-techdocs-core==1.3.6
mkdocs-techdocs-core==1.4.0
mkdocs==1.6.0
packaging==24.1
pathspec==0.12.1
plantuml-markdown==3.9.7
plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa
platformdirs==3.11.0
pluggy==1.5.0
pygments==2.17.2
Expand Down
15 changes: 9 additions & 6 deletions .rhdh/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt --strip-extras requirements.in
Expand Down Expand Up @@ -93,7 +93,7 @@ mkdocs==1.6.0
# mkdocs-techdocs-core
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-material==9.5.26
mkdocs-material==9.5.27
# via
# -r requirements.in
# mkdocs-techdocs-core
Expand All @@ -105,7 +105,7 @@ mkdocs-monorepo-plugin==1.1.0
# via
# -r requirements.in
# mkdocs-techdocs-core
mkdocs-techdocs-core==1.3.6
mkdocs-techdocs-core==1.4.0
# via -r requirements.in
packaging==24.1
# via
Expand All @@ -121,7 +121,7 @@ pathspec==0.12.1
# -r requirements.in
# hatchling
# mkdocs
plantuml-markdown==3.9.7
plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa
# via
# -r requirements.in
# mkdocs-techdocs-core
Expand Down Expand Up @@ -185,8 +185,11 @@ text-unidecode==1.3
# -r requirements.in
# python-slugify
tomli==2.0.1
# via -r requirements.in
trove-classifiers==2023.11.29
# via
# -r requirements.in
# hatchling
# setuptools-scm
trove-classifiers==2024.7.2
# via
# -r requirements.in
# hatchling
Expand Down

0 comments on commit 3d9677a

Please sign in to comment.