diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da1a93e4404a..46631245f3c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ on: # Keep in sync with codeql-analysis.yml and test.yml and analysis-of-endpoint-connections.yml env: CI: true - node: 20 + node: 22 java: 21 RAW_URL: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 785d5f58fd7b..081cb2ccae03 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ on: # Keep in sync with build.yml and test.yml and analysis-of-endpoint-connections.yml env: CI: true - node: 20 + node: 22 java: 21 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccdd88feed03..9271728f3f7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ concurrency: # Keep in sync with codeql-analysis.yml and build.yml env: CI: true - node: 20 + node: 22 java: 21 jobs: diff --git a/docs/requirements.txt b/docs/requirements.txt index 0edd5bbb03b7..86389092ce5e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,10 @@ alabaster==1.0.0 docutils==0.21.2 +Jinja2==3.1.5 requests==2.32.3 Sphinx==8.1.3 sphinx-rtd-theme==3.0.2 sphinx-autobuild==2024.10.3 sphinxcontrib-bibtex==2.6.3 -urllib3==2.2.3 +urllib3==2.3.0 zipp==3.21.0