Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update to mkdocs-techdocs-core==1.3.5 and mkdocs-material==9.5.13 #1135

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .rhdh/docker/requirements-build.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# to use this file, `pip install pip-tools -U` first (need >= 7.3), then
# pip-compile --allow-unsafe --output-file=requirements-build.txt --strip-extras requirements-build.in

# get a newer archive/commit SHA from github, then run cachito_hash.sh to update the sha256: hash
# must include from source because https://pypi.org/project/mkdocs-techdocs-core/1.3.3/#files source tarball is missing requirements.txt (so cachito poops itself)
mkdocs-techdocs-core==1.3.3
https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#egg=mkdocs-techdocs-core&cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136
mkdocs-techdocs-core==1.3.5

# get a newer archive/commit SHA from github, then run cachito_hash.sh to update the sha256: hash
# must include from source because https://pypi.org/project/plantuml-markdown/3.9.2/#files contains no source tarball (so cachito poops itself)
Expand Down Expand Up @@ -39,9 +36,9 @@ markdown==3.2.2
markupsafe==2.1.4
mdx-truly-sane-lists==1.3
mergedeep==1.3.4
mkdocs-material-extensions==1.3.1
mkdocs-material==9.4.14
mkdocs-monorepo-plugin==1.1.0
mkdocs-material-extensions>=1.3.1
mkdocs-material>=9.5
mkdocs-monorepo-plugin>=1.1.0
mkdocs==1.5.3
packaging==23.2
packaging>=20
Expand Down
4 changes: 2 additions & 2 deletions .rhdh/docker/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mkdocs==1.5.3
# mkdocs-material
# mkdocs-monorepo-plugin
# mkdocs-techdocs-core
mkdocs-material==9.4.14
mkdocs-material==9.5.13
# via
# -r requirements-build.in
# mkdocs-techdocs-core
Expand All @@ -104,7 +104,7 @@ mkdocs-monorepo-plugin==1.1.0
# via
# -r requirements-build.in
# mkdocs-techdocs-core
mkdocs-techdocs-core @ https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136
mkdocs-techdocs-core==1.3.5
# via -r requirements-build.in
packaging==23.2
# via
Expand Down
11 changes: 4 additions & 7 deletions .rhdh/docker/requirements.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# to use this file, `pip install pip-tools -U` first (need >= 7.3), then
# pip-compile --allow-unsafe --output-file=requirements.txt --strip-extras requirements.in

# get a newer archive/commit SHA from github, then run cachito_hash.sh to update the sha256: hash
# must include from source because https://pypi.org/project/mkdocs-techdocs-core/1.3.3/#files source tarball is missing requirements.txt (so cachito poops itself)
mkdocs-techdocs-core==1.3.3
https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#egg=mkdocs-techdocs-core&cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136
mkdocs-techdocs-core==1.3.5

# get a newer archive/commit SHA from github, then run cachito_hash.sh to update the sha256: hash
# must include from source because https://pypi.org/project/plantuml-markdown/3.9.2/#files contains no source tarball (so cachito poops itself)
Expand Down Expand Up @@ -39,9 +36,9 @@ markdown==3.2.2
markupsafe==2.1.4
mdx-truly-sane-lists==1.3
mergedeep==1.3.4
mkdocs-material-extensions==1.3.1
mkdocs-material==9.4.14
mkdocs-monorepo-plugin==1.1.0
mkdocs-material-extensions>=1.3.1
mkdocs-material>=9.5
mkdocs-monorepo-plugin>=1.1.0
mkdocs==1.5.3
packaging==23.2
packaging>=20
Expand Down
4 changes: 2 additions & 2 deletions .rhdh/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mkdocs==1.5.3
# mkdocs-material
# mkdocs-monorepo-plugin
# mkdocs-techdocs-core
mkdocs-material==9.4.14
mkdocs-material==9.5.13
# via
# -r requirements.in
# mkdocs-techdocs-core
Expand All @@ -104,7 +104,7 @@ mkdocs-monorepo-plugin==1.1.0
# via
# -r requirements.in
# mkdocs-techdocs-core
mkdocs-techdocs-core @ https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136
mkdocs-techdocs-core==1.3.5
# via -r requirements.in
packaging==23.2
# via
Expand Down
Loading