diff --git a/.rhdh/docker/requirements-build.in b/.rhdh/docker/requirements-build.in index d3a8207818..106b0fee17 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.7 https://github.com/mikitex70/plantuml-markdown/archive/17d348bfaa9112cdd2130e6410ce3a50224db3cf.zip#egg=plantuml-markdown&cachito_hash=sha256:221cc4972c75ba911cad4a56df07f61771c20077f8cbc8966181e30cabf68de1 babel @@ -32,17 +32,17 @@ hatchling<2,>=1.6.0 hatchling>=0.21.1 hatchling>=0.25.1 hatchling>=1.17.1 -idna==3.6 +idna==3.7 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.25 mkdocs-monorepo-plugin==1.1.0 -mkdocs==1.5.3 +mkdocs==1.6.0 packaging==23.2 packaging>=20 packaging>=21.3 @@ -50,14 +50,14 @@ pathspec==0.12.1 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 +pygments==2.18.0 +pymdown-extensions==10.8.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 -requests==2.31.0 +requests==2.32.3 setuptools setuptools_scm setuptools-scm>=6.4.0 @@ -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..bcb79a4836 100644 --- a/.rhdh/docker/requirements-build.txt +++ b/.rhdh/docker/requirements-build.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=requirements-build.txt --strip-extras requirements-build.in # -babel==2.14.0 +babel==2.15.0 # via # -r requirements-build.in # mkdocs-material @@ -44,22 +44,22 @@ 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.24.2 # via # -r requirements-build.in # hatch-nodejs-version # hatch-requirements-txt # hatch-vcs -idna==3.6 +idna==3.7 # via # -r requirements-build.in # requests -jinja2==3.1.3 +jinja2==3.1.4 # via # -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 @@ -86,13 +86,13 @@ mergedeep==1.3.4 # via # -r requirements-build.in # mkdocs -mkdocs==1.5.3 +mkdocs==1.6.0 # via # -r requirements-build.in # mkdocs-material # mkdocs-monorepo-plugin # mkdocs-techdocs-core -mkdocs-material==9.4.14 +mkdocs-material==9.5.25 # via # -r requirements-build.in # mkdocs-techdocs-core @@ -128,25 +128,25 @@ platformdirs==3.11.0 # via # -r requirements-build.in # mkdocs -pluggy==1.4.0 +pluggy==1.5.0 # via # -r requirements-build.in # hatchling -pygments==2.17.2 +pygments==2.18.0 # via # -r requirements-build.in # mkdocs-material # mkdocs-techdocs-core -pymdown-extensions==10.3.1 +pymdown-extensions==10.8.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 @@ -164,12 +164,12 @@ regex==2023.12.25 # via # -r requirements-build.in # mkdocs-material -requests==2.31.0 +requests==2.32.3 # via # -r requirements-build.in # mkdocs-material # plantuml-markdown -setuptools-scm==8.0.4 +setuptools-scm==8.1.0 # via # -r requirements-build.in # hatch-vcs @@ -191,11 +191,11 @@ trove-classifiers==2023.11.29 # via # -r requirements-build.in # hatchling -typing-extensions==4.9.0 +typing-extensions==4.12.1 # 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..027fcfd1e8 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.7 https://github.com/mikitex70/plantuml-markdown/archive/17d348bfaa9112cdd2130e6410ce3a50224db3cf.zip#egg=plantuml-markdown&cachito_hash=sha256:221cc4972c75ba911cad4a56df07f61771c20077f8cbc8966181e30cabf68de1 babel @@ -32,17 +32,17 @@ hatchling<2,>=1.6.0 hatchling>=0.21.1 hatchling>=0.25.1 hatchling>=1.17.1 -idna==3.6 +idna==3.7 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.25 mkdocs-monorepo-plugin==1.1.0 -mkdocs==1.5.3 +mkdocs==1.6.0 packaging==23.2 packaging>=20 packaging>=21.3 @@ -50,14 +50,14 @@ pathspec==0.12.1 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 +pygments==2.18.0 +pymdown-extensions==10.8.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 -requests==2.31.0 +requests==2.32.3 setuptools setuptools_scm setuptools-scm>=6.4.0 @@ -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..88c9398e0d 100644 --- a/.rhdh/docker/requirements.txt +++ b/.rhdh/docker/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=requirements.txt --strip-extras requirements.in # -babel==2.14.0 +babel==2.15.0 # via # -r requirements.in # mkdocs-material @@ -44,22 +44,22 @@ 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.24.2 # via # -r requirements.in # hatch-nodejs-version # hatch-requirements-txt # hatch-vcs -idna==3.6 +idna==3.7 # via # -r requirements.in # requests -jinja2==3.1.3 +jinja2==3.1.4 # via # -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 @@ -86,13 +86,13 @@ mergedeep==1.3.4 # via # -r requirements.in # mkdocs -mkdocs==1.5.3 +mkdocs==1.6.0 # via # -r requirements.in # mkdocs-material # mkdocs-monorepo-plugin # mkdocs-techdocs-core -mkdocs-material==9.4.14 +mkdocs-material==9.5.25 # via # -r requirements.in # mkdocs-techdocs-core @@ -128,25 +128,25 @@ platformdirs==3.11.0 # via # -r requirements.in # mkdocs -pluggy==1.4.0 +pluggy==1.5.0 # via # -r requirements.in # hatchling -pygments==2.17.2 +pygments==2.18.0 # via # -r requirements.in # mkdocs-material # mkdocs-techdocs-core -pymdown-extensions==10.3.1 +pymdown-extensions==10.8.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 @@ -164,12 +164,12 @@ regex==2023.12.25 # via # -r requirements.in # mkdocs-material -requests==2.31.0 +requests==2.32.3 # via # -r requirements.in # mkdocs-material # plantuml-markdown -setuptools-scm==8.0.4 +setuptools-scm==8.1.0 # via # -r requirements.in # hatch-vcs @@ -191,11 +191,11 @@ trove-classifiers==2023.11.29 # via # -r requirements.in # hatchling -typing-extensions==4.9.0 +typing-extensions==4.12.1 # 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: