diff --git a/.rhdh/docker/requirements-build.in b/.rhdh/docker/requirements-build.in index d3a8207818..f1cd8edc80 100644 --- a/.rhdh/docker/requirements-build.in +++ b/.rhdh/docker/requirements-build.in @@ -3,12 +3,12 @@ # 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 +mkdocs-techdocs-core==1.3.5 https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#egg=mkdocs-techdocs-core&cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136 # 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) -plantuml-markdown==3.9.2 +plantuml-markdown==3.9.3 https://github.com/mikitex70/plantuml-markdown/archive/17d348bfaa9112cdd2130e6410ce3a50224db3cf.zip#egg=plantuml-markdown&cachito_hash=sha256:221cc4972c75ba911cad4a56df07f61771c20077f8cbc8966181e30cabf68de1 babel @@ -35,12 +35,12 @@ hatchling>=1.17.1 idna==3.6 jinja2~=3.1.3 markdown-inline-graphviz-extension~=1.1.2 -markdown==3.2.2 -markupsafe==2.1.4 +markdown==3.6 +markupsafe==2.1.5 mdx-truly-sane-lists==1.3 mergedeep==1.3.4 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.4.14 +mkdocs-material==9.5.15 mkdocs-monorepo-plugin==1.1.0 mkdocs==1.5.3 packaging==23.2 @@ -51,9 +51,9 @@ pathspec>=0.10.1 platformdirs==3.11.0 pluggy>=1.0.0 pygments==2.17.2 -pymdown-extensions==10.3.1 -python-dateutil==2.8.2 -python-slugify==8.0.2 +pymdown-extensions==10.7.1 +python-dateutil==2.9.0.post0 +python-slugify==8.0.4 pyyaml-env-tag==0.1 pyyaml==6.0.1 regex==2023.12.25 @@ -70,10 +70,10 @@ tomli>=1 tomli>=1.2.2 trove-classifiers typing-extensions -urllib3~=2.1.0 +urllib3~=2.2.1 watchdog==3.0.0 wheel -wheel==0.42.0 +wheel==0.43.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 diff --git a/.rhdh/docker/requirements-build.txt b/.rhdh/docker/requirements-build.txt index 3e6fae746c..776796e222 100644 --- a/.rhdh/docker/requirements-build.txt +++ b/.rhdh/docker/requirements-build.txt @@ -44,7 +44,7 @@ hatch-requirements-txt==0.4.1 # via -r requirements-build.in hatch-vcs==0.4.0 # via -r requirements-build.in -hatchling==1.21.1 +hatchling==1.22.4 # via # -r requirements-build.in # hatch-nodejs-version @@ -59,7 +59,7 @@ jinja2==3.1.3 # -r requirements-build.in # mkdocs # mkdocs-material -markdown==3.2.2 +markdown==3.6 # via # -r requirements-build.in # markdown-inline-graphviz-extension @@ -73,7 +73,7 @@ markdown-inline-graphviz-extension==1.1.2 # via # -r requirements-build.in # mkdocs-techdocs-core -markupsafe==2.1.4 +markupsafe==2.1.5 # via # -r requirements-build.in # jinja2 @@ -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.15 # via # -r requirements-build.in # mkdocs-techdocs-core @@ -137,16 +137,16 @@ pygments==2.17.2 # -r requirements-build.in # mkdocs-material # mkdocs-techdocs-core -pymdown-extensions==10.3.1 +pymdown-extensions==10.7.1 # via # -r requirements-build.in # mkdocs-material # mkdocs-techdocs-core -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # -r requirements-build.in # ghp-import -python-slugify==8.0.2 +python-slugify==8.0.4 # via # -r requirements-build.in # mkdocs-monorepo-plugin @@ -191,11 +191,11 @@ trove-classifiers==2023.11.29 # via # -r requirements-build.in # hatchling -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # -r requirements-build.in # setuptools-scm -urllib3==2.1.0 +urllib3==2.2.1 # via # -r requirements-build.in # requests @@ -203,7 +203,7 @@ watchdog==3.0.0 # via # -r requirements-build.in # mkdocs -wheel==0.42.0 +wheel==0.43.0 # via -r requirements-build.in # The following packages are considered to be unsafe in a requirements file: diff --git a/.rhdh/docker/requirements.in b/.rhdh/docker/requirements.in index 8140332815..ccb813d632 100644 --- a/.rhdh/docker/requirements.in +++ b/.rhdh/docker/requirements.in @@ -3,12 +3,12 @@ # 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 +mkdocs-techdocs-core==1.3.5 https://github.com/backstage/mkdocs-techdocs-core/archive/bbdab44e0d3aecfdc4e77b14c72b57791d4902b2.zip#egg=mkdocs-techdocs-core&cachito_hash=sha256:40421a5f43b11fd9ea9f92e107f91089b6bfa326967ad497666ab5a451fcf136 # 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) -plantuml-markdown==3.9.2 +plantuml-markdown==3.9.3 https://github.com/mikitex70/plantuml-markdown/archive/17d348bfaa9112cdd2130e6410ce3a50224db3cf.zip#egg=plantuml-markdown&cachito_hash=sha256:221cc4972c75ba911cad4a56df07f61771c20077f8cbc8966181e30cabf68de1 babel @@ -35,12 +35,12 @@ hatchling>=1.17.1 idna==3.6 jinja2~=3.1.3 markdown-inline-graphviz-extension~=1.1.2 -markdown==3.2.2 -markupsafe==2.1.4 +markdown==3.6 +markupsafe==2.1.5 mdx-truly-sane-lists==1.3 mergedeep==1.3.4 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.4.14 +mkdocs-material==9.5.15 mkdocs-monorepo-plugin==1.1.0 mkdocs==1.5.3 packaging==23.2 @@ -51,9 +51,9 @@ pathspec>=0.10.1 platformdirs==3.11.0 pluggy>=1.0.0 pygments==2.17.2 -pymdown-extensions==10.3.1 -python-dateutil==2.8.2 -python-slugify==8.0.2 +pymdown-extensions==10.7.1 +python-dateutil==2.9.0.post0 +python-slugify==8.0.4 pyyaml-env-tag==0.1 pyyaml==6.0.1 regex==2023.12.25 @@ -70,10 +70,10 @@ tomli>=1 tomli>=1.2.2 trove-classifiers typing-extensions -urllib3~=2.1.0 +urllib3~=2.2.1 watchdog==3.0.0 wheel -wheel==0.42.0 +wheel==0.43.0 # The following packages are considered to be unsafe in a requirements file: pip==23.3.2 diff --git a/.rhdh/docker/requirements.txt b/.rhdh/docker/requirements.txt index 3bf5192f07..c766fde21b 100644 --- a/.rhdh/docker/requirements.txt +++ b/.rhdh/docker/requirements.txt @@ -44,7 +44,7 @@ hatch-requirements-txt==0.4.1 # via -r requirements.in hatch-vcs==0.4.0 # via -r requirements.in -hatchling==1.21.1 +hatchling==1.22.4 # via # -r requirements.in # hatch-nodejs-version @@ -59,7 +59,7 @@ jinja2==3.1.3 # -r requirements.in # mkdocs # mkdocs-material -markdown==3.2.2 +markdown==3.6 # via # -r requirements.in # markdown-inline-graphviz-extension @@ -73,7 +73,7 @@ markdown-inline-graphviz-extension==1.1.2 # via # -r requirements.in # mkdocs-techdocs-core -markupsafe==2.1.4 +markupsafe==2.1.5 # via # -r requirements.in # jinja2 @@ -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.15 # via # -r requirements.in # mkdocs-techdocs-core @@ -137,16 +137,16 @@ pygments==2.17.2 # -r requirements.in # mkdocs-material # mkdocs-techdocs-core -pymdown-extensions==10.3.1 +pymdown-extensions==10.7.1 # via # -r requirements.in # mkdocs-material # mkdocs-techdocs-core -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # -r requirements.in # ghp-import -python-slugify==8.0.2 +python-slugify==8.0.4 # via # -r requirements.in # mkdocs-monorepo-plugin @@ -191,11 +191,11 @@ trove-classifiers==2023.11.29 # via # -r requirements.in # hatchling -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via # -r requirements.in # setuptools-scm -urllib3==2.1.0 +urllib3==2.2.1 # via # -r requirements.in # requests @@ -203,7 +203,7 @@ watchdog==3.0.0 # via # -r requirements.in # mkdocs -wheel==0.42.0 +wheel==0.43.0 # via -r requirements.in # The following packages are considered to be unsafe in a requirements file: