From 7bf0f81e7aaae1164888d2c15a6f9e0f88ec13df Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 17 Jan 2025 11:08:39 +0100 Subject: [PATCH 1/2] Update ci.yml: remove nodejs 14 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88456973..e886eebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,6 @@ jobs: strategy: matrix: node-version: - - 14.x - 16.x - 18.x steps: From 4bffe9fa342d6add7be52e819b0ec5d10b79957a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:26:24 +0000 Subject: [PATCH 2/2] Bump jinja2 from 3.1.4 to 3.1.5 in /docs Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b362ac26..757008e3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.2.4 Pygments==2.15.0 Markdown==3.3.4 -jinja2==3.1.4 +jinja2==3.1.5