diff --git a/Dockerfiles/alpinex.Dockerfile b/Dockerfiles/alpinex.Dockerfile index fc75f3a8267be..99bc0ee663acd 100644 --- a/Dockerfiles/alpinex.Dockerfile +++ b/Dockerfiles/alpinex.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.14.0rc2-alpine ARG VCS_REF ARG BUILD_DATE diff --git a/Dockerfiles/dind.Dockerfile b/Dockerfiles/dind.Dockerfile index b46f2bd9571e2..227907dd72b80 100644 --- a/Dockerfiles/dind.Dockerfile +++ b/Dockerfiles/dind.Dockerfile @@ -1,4 +1,4 @@ -FROM docker:git +FROM docker:25.0.5-git RUN apk update && apk upgrade && apk --no-cache add curl bash make diff --git a/docs/requirements.txt b/docs/requirements.txt index 18918a05dd295..757d09739e702 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,10 +5,14 @@ sphinx-autodoc-typehints==1.12.0 sphinx_markdown_tables==0.0.15 sphinx_copybutton==0.4.0 sphinx-notfound-page==0.7.1 -gitpython==3.1.13 +gitpython==3.1.35 sphinx-sitemap==2.2.0 sphinxext-opengraph furo myst-parser==0.15.1 sphinx-design sphinx-inline-tabs +markdown-it-py>=2.2.0 # not directly required, pinned by Snyk to avoid a vulnerability +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/scripts/latency-tracking/requirements.txt b/scripts/latency-tracking/requirements.txt index bd3593bc4152a..012168576aada 100644 --- a/scripts/latency-tracking/requirements.txt +++ b/scripts/latency-tracking/requirements.txt @@ -1,4 +1,5 @@ packaging==21.0 -Pillow==8.3.2 -scipy==1.7.0 -uvloop==0.15.2 \ No newline at end of file +Pillow==9.2.0 +scipy==1.10.0rc1 +uvloop==0.15.2 +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file