From c81c5687930dc39aa7df02dcbb171a55cbe19465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:11:29 +0000 Subject: [PATCH 1/2] build(deps): bump jinja2 from 3.1.4 to 3.1.5 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e46be4ff..2ff89fbec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Jinja2==3.1.4 +Jinja2==3.1.5 PyYAML==6.0.1 Requests==2.32.0 requests-cache==1.2.0 From 661448fd11d06d6361302bb525206bc91ffc62f5 Mon Sep 17 00:00:00 2001 From: George Adams Date: Fri, 17 Jan 2025 10:14:18 +0000 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8339176e8..4ba5b31f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: paths: - generate_dockerfiles.py - test_generate_dockerfiles.py + - requirements.txt branches: [ main ] permissions: